Struct Connector<TFieldValue, TValue>
Namespace: Unity.Properties.Editor
Syntax
public struct Connector<TFieldValue, TValue>
Type Parameters
Name | Description |
---|---|
TFieldValue | |
TValue |
Fields
ToField
Declaration
public Connector<TFieldValue, TValue>.ToFieldDelegate ToField
Field Value
Type | Description |
---|---|
Connector.ToFieldDelegate<> |
ToValue
Declaration
public Connector<TFieldValue, TValue>.ToValueDelegate ToValue
Field Value
Type | Description |
---|---|
Connector.ToValueDelegate<> |