Add LateFixedUpdate event for C# scripts

This commit is contained in:
2023-05-11 21:09:33 +03:00
parent 558a7d99ff
commit de7c6483e0
4 changed files with 34 additions and 0 deletions

View File

@@ -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