Add LateFixedUpdate event for C# scripts
This commit is contained in:
@@ -19,6 +19,7 @@ protected:
|
||||
int32 _tickFixedUpdate : 1;
|
||||
int32 _tickUpdate : 1;
|
||||
int32 _tickLateUpdate : 1;
|
||||
int32 _tickLateFixedUpdate : 1;
|
||||
int32 _wasStartCalled : 1;
|
||||
int32 _wasEnableCalled : 1;
|
||||
#if USE_EDITOR
|
||||
|
||||
Reference in New Issue
Block a user