Search Results for

    Show / Hide Table of Contents

    Interface IPausable

    Interface for pausable objects.

    Namespace: Evergine.Common.Helpers
    Assembly: Evergine.Common.dll
    Syntax
    public interface IPausable

    Properties

    State

    Gets or sets the state.

    Declaration
    ExecutionState State { get; set; }
    Property Value
    Type Description
    ExecutionState

    The asset path.

    Methods

    Initialize()

    Initialize the object.

    Declaration
    void Initialize()

    Pause()

    Pause the object.

    Declaration
    void Pause()

    Resume()

    Pause the object.

    Declaration
    void Resume()

    Extension Methods

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