Table of Contents

Class UnityObjectIDHelper

Namespace
nadena.dev.ndmf
public static class UnityObjectIDHelper
Inheritance
UnityObjectIDHelper
Inherited Members

Methods

EntityIdToObject(EntityId)

public static UnityEngine.Object EntityIdToObject(EntityId entityId)

Parameters

entityId EntityId

Returns

Object

GetEntityId(ChangeAssetObjectPropertiesEventArgs)

public static EntityId GetEntityId(this ChangeAssetObjectPropertiesEventArgs data)

Parameters

data ChangeAssetObjectPropertiesEventArgs

Returns

EntityId

GetEntityId(ChangeChildrenOrderEventArgs)

public static EntityId GetEntityId(this ChangeChildrenOrderEventArgs data)

Parameters

data ChangeChildrenOrderEventArgs

Returns

EntityId

GetEntityId(ChangeGameObjectOrComponentPropertiesEventArgs)

public static EntityId GetEntityId(this ChangeGameObjectOrComponentPropertiesEventArgs data)

Parameters

data ChangeGameObjectOrComponentPropertiesEventArgs

Returns

EntityId

GetEntityId(ChangeGameObjectParentEventArgs)

public static EntityId GetEntityId(this ChangeGameObjectParentEventArgs data)

Parameters

data ChangeGameObjectParentEventArgs

Returns

EntityId

GetEntityId(ChangeGameObjectStructureEventArgs)

public static EntityId GetEntityId(this ChangeGameObjectStructureEventArgs data)

Parameters

data ChangeGameObjectStructureEventArgs

Returns

EntityId

GetEntityId(ChangeGameObjectStructureHierarchyEventArgs)

public static EntityId GetEntityId(this ChangeGameObjectStructureHierarchyEventArgs data)

Parameters

data ChangeGameObjectStructureHierarchyEventArgs

Returns

EntityId

GetEntityId(CreateGameObjectHierarchyEventArgs)

public static EntityId GetEntityId(this CreateGameObjectHierarchyEventArgs data)

Parameters

data CreateGameObjectHierarchyEventArgs

Returns

EntityId

GetEntityId(DestroyAssetObjectEventArgs)

public static EntityId GetEntityId(this DestroyAssetObjectEventArgs data)

Parameters

data DestroyAssetObjectEventArgs

Returns

EntityId

GetEntityId(DestroyGameObjectHierarchyEventArgs)

public static EntityId GetEntityId(this DestroyGameObjectHierarchyEventArgs data)

Parameters

data DestroyGameObjectHierarchyEventArgs

Returns

EntityId

GetEntityId(Object)

public static EntityId GetEntityId(this UnityEngine.Object unityObject)

Parameters

unityObject Object

Returns

EntityId

GetEntityIds(UpdatePrefabInstancesEventArgs)

public static Unity.Collections.NativeArray<EntityId>.ReadOnly GetEntityIds(this UpdatePrefabInstancesEventArgs data)

Parameters

data UpdatePrefabInstancesEventArgs

Returns

ReadOnly