Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetEntityId(AnimationStream, EntityId)

Sets the EntityId property value into a stream.
Read time 1 minuteLast updated 7 days ago

Definition

public void SetEntityId(AnimationStream stream, EntityId value)

Parameters

The AnimationStream that holds the animated values.

The new EntityId property value.

Remarks

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