AnimationSceneHandleUtility.ReadInts
public static void ReadInts(Experimental.Animations.AnimationStream stream,
NativeArray<PropertySceneHandle> handles,
NativeArray<int> buffer);
Parameters
| stream | The animation stream. | |
| handles | The PropertySceneHandle array to read from. | |
| buffer | The buffer that stores integer values. |
Description 描述
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.