Click or drag to resize

StrixReplicatorCheckCreationPossibility Method

Checks if the object can be instantiated by this client.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public bool CheckCreationPossibility()

Return Value

Type: Boolean
if the current client is allowed to instantiate the object; otherwise.
See Also