_conditionalProperties | Leap.Unity.CustomEditorBase< T > | protected |
_deferredProperties | Leap.Unity.CustomEditorBase< T > | protected |
_foldoutProperties | Leap.Unity.CustomEditorBase< T > | protected |
_foldoutStates | Leap.Unity.CustomEditorBase< T > | protected |
_modifiedProperties | Leap.Unity.CustomEditorBase< T > | protected |
_showScriptField | Leap.Unity.CustomEditorBase< T > | protected |
_specifiedDecorators | Leap.Unity.CustomEditorBase< T > | protected |
_specifiedDrawers | Leap.Unity.CustomEditorBase< T > | protected |
_specifiedPostDecorators | Leap.Unity.CustomEditorBase< T > | protected |
addPropertyToFoldout(string propertyName, string foldoutName, bool foldoutStartOpen=false) | Leap.Unity.CustomEditorBase< T > | protected |
createList(string propertyName, Action< Rect, SerializedProperty > drawMethod) | Leap.Unity.Packaging.DefinitionBaseEditor< T > | protected |
deferProperty(string propertyName) | Leap.Unity.CustomEditorBase< T > | protected |
dontShowScriptField() | Leap.Unity.CustomEditorBase< T > | protected |
drawExportFolder(SerializedProperty prop, string buildText, string label) | Leap.Unity.Packaging.DefinitionBaseEditor< T > | protected |
drawScriptField(bool disable=true) | Leap.Unity.CustomEditorBase< T > | protected |
GetBuildMenuPriority() | Leap.Unity.Packaging.DefinitionBaseEditor< T > | protectedpure virtual |
GetBuildMethodName() | Leap.Unity.Packaging.DefinitionBaseEditor< T > | protectedpure virtual |
hideField(string propertyName) | Leap.Unity.CustomEditorBase< T > | protected |
isInFoldout(string propertyName) | Leap.Unity.CustomEditorBase< T > | protected |
OnBuild() | Leap.Unity.Packaging.DefinitionBaseEditor< T > | protectedpure virtual |
OnEnable() | Leap.Unity.Packaging.DefinitionBaseEditor< T > | protectedvirtual |
OnInspectorGUI() | Leap.Unity.CustomEditorBase< T > | |
specifyConditionalDrawing(string conditionalName, params string[] dependantProperties) | Leap.Unity.CustomEditorBase< T > | protected |
specifyConditionalDrawing(string enumName, int enumValue, params string[] dependantProperties) | Leap.Unity.CustomEditorBase< T > | protected |
specifyConditionalDrawing(Func< bool > conditional, params string[] dependantProperties) | Leap.Unity.CustomEditorBase< T > | protected |
specifyCustomDecorator(string propertyName, Action< SerializedProperty > decoratorDrawer) | Leap.Unity.CustomEditorBase< T > | protected |
specifyCustomDrawer(string propertyName, Action< SerializedProperty > propertyDrawer) | Leap.Unity.CustomEditorBase< T > | protected |
specifyCustomPostDecorator(string propertyName, Action< SerializedProperty > decoratorDrawer) | Leap.Unity.CustomEditorBase< T > | protected |
target | Leap.Unity.CustomEditorBase< T > | protected |
targets | Leap.Unity.CustomEditorBase< T > | protected |
validateProperty(string propertyName) | Leap.Unity.CustomEditorBase< T > | protected |