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