Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetEntityId(AnimationStream)

Gets the EntityId property value from an object in the Scene.
Read time 1 minuteLast updated 12 days ago

Definition

public EntityId GetEntityId(AnimationStream stream)

Parameters

The AnimationStream managing this handle.

Returns

Type

Description

EntityIdThe EntityId property value.

Remarks

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