struct SyncFlags

in global :: Sandbox

Describes the behaviour of network synchronization.


public static SyncFlags FromHost

The host has ownership over the value.

public static SyncFlags Query

Query this value for changes rather than counting on set being called. This is appropriate if the value returned by its getter can change without calling its setter.

public static SyncFlags Interpolate

The value will be interpolated between ticks. This is currently only supported for , , , , , .

public bool HasFlag( Enum flag )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public int CompareTo( object target )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public string ToString( string format )

😔 No documentation found.

public string ToString( IFormatProvider provider )

😔 No documentation found.

public string ToString( string format, IFormatProvider provider )

😔 No documentation found.

public TypeCode GetTypeCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public uint value__

😔 No documentation found.