Click or drag to resize

AnimationPlayerClearCaches Method

AnimationPlayer caches animated nodes. It may not notice if a node disappears; ClearCaches forces it to update the cache again.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ClearCaches()
See Also