class SyncAttribute

in global :: Sandbox

Automatically synchronize a property of a networked object from the owner to other clients.


public bool Query { set; }

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. Obsoleted: 13/12/2024

public SyncFlags Flags { get; set; }

Flags that describe how this property is synchronized.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public SyncAttribute( SyncFlags flags )

😔 No documentation found.

public SyncAttribute( )

😔 No documentation found.