Add event to spline for updating custom data
This commit is contained in:
@@ -348,6 +348,11 @@ public:
|
||||
|
||||
public:
|
||||
|
||||
/// <summary>
|
||||
/// Called when spline gets updated (eg. after curve modification).
|
||||
/// </summary>
|
||||
API_EVENT() Action SplineUpdated;
|
||||
|
||||
/// <summary>
|
||||
/// Updates the spline after it was modified. Recreates the collision and/or any cached state that depends on the spline type.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user