Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetEntityId(AnimationStream)

Gets the EntityId property value from a stream.
Read time 1 minuteLast updated 7 days ago

Definition

public EntityId GetEntityId(AnimationStream stream)

Parameters

The AnimationStream that holds the animated values.

Returns

Type

Description

EntityIdThe EntityId property value.

Remarks

If the property is not an EntityId, the method will throw an
InvalidOperationException
.