Class SyncedComponent
- Namespace
- Coherence
- Assembly
- Coherence.dll
public class SyncedComponent
- Inheritance
-
SyncedComponent
Constructors
SyncedComponent(string, bool, string, string, string, bool, bool, List<ComponentMember>)
public SyncedComponent(string name, bool needsInitializer, string property, string propertyType, string unityComponentType, bool overrideSetter, bool overrideGetter, List<ComponentMember> membersInfo)
Parameters
name
string
needsInitializer
bool
property
string
propertyType
string
unityComponentType
string
overrideSetter
bool
overrideGetter
bool
membersInfo
List<ComponentMember>
Fields
ComponentName
public string ComponentName
Field Value
- string
FieldMasks
Field Value
- int
MembersInfo
public List<ComponentMember> MembersInfo
Field Value
- List<ComponentMember>
NeedCachedProperty
public bool NeedCachedProperty
Field Value
- bool
OverrideGetter
public bool OverrideGetter
Field Value
- bool
OverrideSetter
public bool OverrideSetter
Field Value
- bool
Property
Field Value
- string
PropertyType
public string PropertyType
Field Value
- string
UnityComponentType
public string UnityComponentType
Field Value
- string
Properties
FieldMasksString
public string FieldMasksString { get; }
Property Value
- string