Version: 2020.1
言語: 日本語
public static void ReadFloats (Animations.AnimationStream stream, NativeArray<PropertySceneHandle> handles, NativeArray<float> buffer);

パラメーター

stream The animation stream.
handles The PropertySceneHandle array to read from.
buffer The buffer that stores float values.

説明

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.