Property this
this[GameObject]
Declaration
public Identifier<Aggregate> this[GameObject gameObject] { get; }
Parameters
Type | Name | Description |
---|---|---|
GameObject | gameObject |
Property Value
Type | Description |
---|---|
Identifier<Aggregate> |
this[Identifier<Aggregate>]
Declaration
public GameObject this[Identifier<Aggregate> identifier] { get; }
Parameters
Type | Name | Description |
---|---|---|
Identifier<Aggregate> | identifier |
Property Value
Type | Description |
---|---|
GameObject |