Table of Contents

Struct StateCalls

Namespace
LiteEntitySystem.Extensions
Assembly
LiteEntitySystem.dll
public struct StateCalls

Fields

OnEnter

public Action OnEnter

Field Value

Action

OnExit

public Action OnExit

Field Value

Action

OnUpdate

public Action<float> OnUpdate

Field Value

Action<float>