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

Parámetros

streamThe animation stream.
handlesThe PropertySceneHandle array to read from.
bufferThe buffer that stores float values.

Descripción

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.