Enum OnSyncExecutionOrder
BindOnChange execution order
Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
public enum OnSyncExecutionOrder
Fields
Name | Description |
---|---|
AfterConstruct | Emit method passed to BindOnChange after entity construct |
BeforeConstruct | Emit method passed to BindOnChange before entity construct |