Add LateFixedUpdate event for scripts
This commit is contained in:
@@ -108,6 +108,13 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Called every fixed framerate frame (after FixedUpdate) if object is enabled.
|
||||
/// </summary>
|
||||
API_FUNCTION(Attributes = "NoAnimate") virtual void OnLateFixedUpdate()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Called during drawing debug shapes in editor. Use <see cref="DebugDraw"/> to draw debug shapes and other visualization.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user