Version: 2019.4
public static void ReadInts (Animations.AnimationStream stream, NativeArray<PropertySceneHandle> handles, NativeArray<int> buffer);

パラメーター

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

説明

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.