ReadEntityIds(AnimationStream, NativeArray<PropertySceneHandle>, NativeArray<EntityId>)
Reads EntityId properties from the PropertySceneHandle array (handles) and stores the EntityIds in the provided buffer. The buffer must have enough allocated space to store all values.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public static void ReadEntityIds(AnimationStream stream, NativeArray<PropertySceneHandle> handles, NativeArray<EntityId> buffer)
Parameters
The animation stream.
The PropertySceneHandle array to read from.
The buffer that stores EntityId values.