Serialization.

EntityIdToObject(int) Method

Summary

[Editor-Only] Returns the object with the specified `entityId`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
Serialization

Syntax

public static Object EntityIdToObject(int entityId)

Parameters

Name Type Description
entityId int

Return Value

Type Description
Object