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

参数

stream 动画流。
handles 要从中读取的 PropertyStreamHandle 数组。
buffer 用于存储整数值的缓冲区。

描述

从 PropertyStreamHandle 数组(句柄)读取整数属性并将这些整数值存储在提供的缓冲区中。缓冲区必须分配有足够的空间来存储所有值。