Table of Contents

Struct SyncedComponent

Namespace
Coherence.Editor.Toolkit
Assembly
Coherence.Editor.dll
public struct SyncedComponent

Constructors

SyncedComponent(string, string[], bool, string, string, string[], string[], string[], string, string[], string[], string[])

public SyncedComponent(string name, string[] members, bool needsInitializer, string property, string propertyType, string[] getters, string[] setters, string[] csTypes, string unityComponentType, string[] bindingNames, string[] bindingGuids, string[] bindingClassNames)

Parameters

name string
members string[]
needsInitializer bool
property string
propertyType string
getters string[]
setters string[]
csTypes string[]
unityComponentType string
bindingNames string[]
bindingGuids string[]
bindingClassNames string[]

Fields

BindingClassNames

public string[] BindingClassNames

Field Value

string[]

BindingGuids

public string[] BindingGuids

Field Value

string[]

BindingNames

public string[] BindingNames

Field Value

string[]

ComponentName

public string ComponentName

Field Value

string

Members

public string[] Members

Field Value

string[]

NeedCachedProperty

public bool NeedCachedProperty

Field Value

bool

Property

public string Property

Field Value

string

PropertyCSharpTypes

public string[] PropertyCSharpTypes

Field Value

string[]

PropertyGetters

public string[] PropertyGetters

Field Value

string[]

PropertySetters

public string[] PropertySetters

Field Value

string[]

PropertyType

public string PropertyType

Field Value

string

UnityComponentType

public string UnityComponentType

Field Value

string