Method GetGameObjectForPolySpatialIdentifier
GetGameObjectForPolySpatialIdentifier(ulong)
Return the GameObject corresponding to the given identifier, if any.
Declaration
public static GameObject GetGameObjectForPolySpatialIdentifier(ulong id)
Parameters
Type | Name | Description |
---|---|---|
ulong | id | The PolySpatial identifier to get the GameObject for. |
Returns
Type | Description |
---|---|
GameObject | The GameObject, or null. |