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
stringneedsInitializer
boolproperty
stringpropertyType
stringunityComponentType
stringoverrideSetter
booloverrideGetter
boolmembersInfo
List<ComponentMember>
Fields
ComponentName
public string ComponentName
Field Value
FieldMasks
public int FieldMasks
Field Value
MembersInfo
public List<ComponentMember> MembersInfo
Field Value
NeedCachedProperty
public bool NeedCachedProperty
Field Value
OverrideGetter
public bool OverrideGetter
Field Value
OverrideSetter
public bool OverrideSetter
Field Value
Property
public string Property
Field Value
PropertyType
public string PropertyType
Field Value
UnityComponentType
public string UnityComponentType
Field Value
Properties
FieldMasksString
public string FieldMasksString { get; }