Show / Hide Table of Contents

Class SyncVar

Inheritance
System.Object
SyncVar
Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
public class SyncVar : Attribute

Constructors

SyncVar()

Declaration
public SyncVar()

SyncVar(SyncFlags)

Declaration
public SyncVar(SyncFlags flags)
Parameters
Type Name Description
SyncFlags flags

SyncVar(String)

Declaration
public SyncVar(string methodName)
Parameters
Type Name Description
System.String methodName
In This Article
Back to top Generated by DocFX