AnimationStreamHandleUtility
class in UnityEngine.Experimental.Animations
/
Implemented in:UnityEngine.AnimationModule
Description 描述
Static class providing utility functions for animation stream handles.
See Also: AnimationStream and PropertyStreamHandle.
Static Methods 静态方法
| ReadFloats | Reads float properties from the PropertyStreamHandle 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 PropertyStreamHandle array (handles) and stores the integers in the provided buffer. The buffer must have enough allocated space to store all values. | ||
| WriteFloats | Writes float properties from the buffer to the PropertyStreamHandle array (handles). | ||
| WriteInts | Write integers from buffer to property stream handles. |