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