BeardedManStudios.Network.NetworkedMonoBehavior.NetSync.NetSync C# (CSharp) Method

NetSync() public method

public NetSync ( ) : System.Threading.Tasks
return System.Threading.Tasks
			public NetSync()
			{
				method = string.Empty;
				callers = NetworkCallers.Everyone;
				interpolate = Interpolate.True;
			}

Same methods

NetworkedMonoBehavior.NetSync::NetSync ( Interpolate ignoreInterpolation ) : System.Threading.Tasks
NetworkedMonoBehavior.NetSync::NetSync ( string method, NetworkCallers callers ) : System.Threading.Tasks
NetworkedMonoBehavior.NetSync::NetSync ( string method, NetworkCallers callers, Interpolate ignoreInterpolation ) : System.Threading.Tasks
NetworkedMonoBehavior.NetSync