Click or drag to resize

StrixNetworkinstance Property

StrixNetwork object singleton reference.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public static StrixNetwork instance { get; }

Property Value

Type: StrixNetwork
Remarks
When accessed for the first time initializes a new instance of the StrixNetwork class.
See Also