API ReferenceSandbox
public class Sandbox.SyncAttribute : System.Attribute
Automatically synchronize a property of a networked object from the owner to other clients.
Constructors
Showing 2 constructors
No results match this filter.
Properties
Showing 2 properties
public Sandbox.SyncFlags Sandbox.SyncAttribute.Flags { get; set; }
Flags that describe how this property is synchronized.
public bool Sandbox.SyncAttribute.Query { get; set; }Obsolete
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
Obsolete: Use SyncFlags.Query
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.SyncAttribute |