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

파라미터

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

설명

Writes float properties from the buffer to the PropertyStreamHandle array (handles).