Show / Hide Table of Contents

Struct StateCalls

Namespace: LiteEntitySystem.Extensions
Assembly: LiteEntitySystem.dll
Syntax
public struct StateCalls

Fields

OnEnter

Declaration
public Action OnEnter
Field Value
Type Description
Action

OnExit

Declaration
public Action OnExit
Field Value
Type Description
Action

OnUpdate

Declaration
public Action<float> OnUpdate
Field Value
Type Description
Action<float>
In this article
Back to top Generated by DocFX