Class GameObjectIdentifier
Namespace: Unity.Reflect.Actors
Syntax
public class GameObjectIdentifier
Constructors
GameObjectIdentifier(DynamicGuid, EntryStableGuid, GameObject)
Declaration
public GameObjectIdentifier(DynamicGuid id, EntryStableGuid stableId, GameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
DynamicGuid | id | |
EntryStableGuid | stableId | |
GameObject | gameObject |
Fields
GameObject
Declaration
public GameObject GameObject
Field Value
Type | Description |
---|---|
GameObject |
Id
Declaration
public DynamicGuid Id
Field Value
Type | Description |
---|---|
DynamicGuid |
StableId
Declaration
public EntryStableGuid StableId
Field Value
Type | Description |
---|---|
EntryStableGuid |