 | SimpleValueEditorContextKey Property |
Unique key, so the value editors can store meta data for the value over multiple frames.
Namespace: Slash.Unity.Common.GUI.ValueEditorsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic Object Key { get; set; }
Public Property Key As Object
Get
Set
public:
virtual property Object^ Key {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract Key : Object with get, set
override Key : Object with get, set
Property Value
Type:
ObjectImplements
IValueEditorContextKey
See Also