 | MemberReferenceDrawerMemberProperty Property |
Name of the serialized property that makes up the selected member.
Namespace: Slash.Unity.Editor.Common.Inspectors.UtilsAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntaxprotected abstract string MemberProperty { get; }
Protected MustOverride ReadOnly Property MemberProperty As String
Get
protected:
virtual property String^ MemberProperty {
String^ get () abstract;
}
abstract MemberProperty : string with get
Property Value
Type:
String
See Also