public static void ReadFloats (Animations.AnimationStream stream, NativeArray<PropertyStreamHandle> handles, NativeArray<float> buffer);

Parameters

streamThe animation stream.
handlesThe PropertyStreamHandle array to read from.
bufferThe 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.