Search Results for

    Show / Hide Table of Contents

    Interface IUpdatableWorkAction

    Represent a Work Action that has an Update method.

    Inherited Members
    IWorkAction.Scene
    IWorkAction.State
    IWorkAction.ChildActions
    IWorkAction.Completed
    IWorkAction.Canceled
    IWorkAction.Skipped
    IWorkAction.Run()
    IWorkAction.Cancel()
    IWorkAction.TrySkip()
    Namespace: Evergine.Framework.Services
    Assembly: Evergine.Framework.dll
    Syntax
    public interface IUpdatableWorkAction : IWorkAction

    Methods

    Update(TimeSpan)

    Update the work action.

    Declaration
    void Update(TimeSpan gameTime)
    Parameters
    Type Name Description
    TimeSpan gameTime

    The gameTime.

    Extension Methods

    WorkActionExtensions.AsTask(IWorkAction)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX