Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Interface ISmStateWithContext<TContext>

    Defines a state within a state machine that maintains an associated context object of a specified type.

    Inherited Members
    ISmState.PrepareToRun()
    ISmState.PrepareToStop()
    ISmState.Tick()
    Namespace: Fwt.Core.StateMachines
    Assembly: fwt.core.dll
    Syntax
    public interface ISmStateWithContext<TContext> : ISmState
    Type Parameters
    Name Description
    TContext

    The type of the context object associated with the state. This can be used to store state-specific data or information relevant to the state machine's operation.

    Properties

    Context

    Gets or sets the context associated with the current instance.

    Declaration
    TContext Context { get; set; }
    Property Value
    Type Description
    TContext

    Extension Methods

    HashExtensions.GetHashCode_RefType<TValue>(TValue, int)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    In this article
    Back to top Generated by DocFX