GetEntityId(AnimationStream)
Gets the EntityId property value from a stream.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public EntityId GetEntityId(AnimationStream stream)
Parameters
The AnimationStream that holds the animated values.
Returns
Type | Description |
|---|---|
| EntityId | The EntityId property value. |
Remarks
If the property is not an EntityId, the method will throw an .
InvalidOperationException