Version: 2020.3
言語: 日本語
public static void ReadInts (Animations.AnimationStream stream, NativeArray<PropertyStreamHandle> handles, NativeArray<int> buffer);

パラメーター

stream The animation stream.
handles The PropertyStreamHandle array to read from.
buffer The buffer that stores integer values.

説明

Reads integer properties from the PropertyStreamHandle array (handles) and stores the integers in the provided buffer. The buffer must have enough allocated space to store all values.