Version: 2022.1
언어: 한국어
public static void WriteInts (Animations.AnimationStream stream, NativeArray<PropertyStreamHandle> handles, NativeArray<int> buffer, bool useMask);

파라미터

stream The animation stream.
handles The PropertyStreamHandle array to write to.
buffer The buffer of integer properties.
useMask Set to true to write new values if the matching stream handles have not already been modified.

설명

Write integers from buffer to property stream handles.