WriteInts(AnimationStream, NativeArray<PropertyStreamHandle>, NativeArray<int>, bool)
Write integers from buffer to property stream handles.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public static void WriteInts(AnimationStream stream, NativeArray<PropertyStreamHandle> handles, NativeArray<int> buffer, bool useMask)
Parameters
The animation stream.
The PropertyStreamHandle array to write to.
The buffer of integer properties.
Set to true to write new values if the matching stream handles have not already been modified.