class in UnityEngine.Animations
/
Implemented in:UnityEngine.AnimationModule
Static class providing utility functions for animation scene handles.
Additional resources: AnimationStream and PropertySceneHandle.
ReadFloats | Reads float properties from the PropertySceneHandle array (handles) and stores the floats in the provided buffer. The buffer must have enough allocated space to store all values. |
ReadInts | Reads integer properties from the PropertySceneHandle array (handles) and stores the integers in the provided buffer. The buffer must have enough allocated space to store all values. |