public static void WriteInts (Animations.AnimationStream stream, NativeArray<PropertyStreamHandle> handles, NativeArray<int> buffer, bool useMask);

参数

stream动画流。
handles要写入到的 PropertyStreamHandle 数组。
buffer整数属性的缓冲区。
useMask如果设置为 true,并且匹配的流句柄未修改,则写入新值。

描述

从缓冲区将整数写入到属性流句柄。