T? GetComponentSnapshot<T>()
Gets the SpatialOS component snapshot if present.
Returns:The component snapshot, if it exists, or null otherwise.
Type parameters:
bool TryGetComponentSnapshot<T>(out T snapshot)
Attempts to get the SpatialOS component if present.
Returns:True, if the component exists; false otherwise.
Parameters
out T snapshot : When this method returns, this will be the component if it exists, default constructed otherwise.