Enum AnimationPlayer.AnimationMethodCallMode
enum AnimationMethodCallMode
: int { ... }
Enum members
Name | Description |
---|---|
animationMethodCallDeferred
|
Batch method calls during the animation process, then do the calls after events are processed. This avoids bugs involving deleting nodes or modifying the AnimationPlayer while playing. |
animationMethodCallImmediate
|
Make method calls immediately when reached in the animation. |