Tanoda
Leap.Unity.AssetFolderPropertyDrawer Class Reference
Inheritance diagram for Leap.Unity.AssetFolderPropertyDrawer:
Leap.Unity.StreamingFolderPropertyDrawer Leap.Unity.StreamingAssetPropertyDrawer

Public Member Functions

override void OnGUI (Rect position, SerializedProperty property, GUIContent label)
 
override float GetPropertyHeight (SerializedProperty property, GUIContent label)
 

Protected Member Functions

virtual string PromptUserForPath (string currentPath)
 
virtual bool ValidateObject (Object asset, out string errorMessage)
 
virtual bool ValidatePath (string fullPath, string relativePath, out string errorMessage)
 

Detailed Description

Definition at line 18 of file AssetFolderPropertyDrawer.cs.

Member Function Documentation

◆ GetPropertyHeight()

override float Leap.Unity.AssetFolderPropertyDrawer.GetPropertyHeight ( SerializedProperty  property,
GUIContent  label 
)

Definition at line 82 of file AssetFolderPropertyDrawer.cs.

◆ OnGUI()

override void Leap.Unity.AssetFolderPropertyDrawer.OnGUI ( Rect  position,
SerializedProperty  property,
GUIContent  label 
)

Definition at line 20 of file AssetFolderPropertyDrawer.cs.

◆ PromptUserForPath()

virtual string Leap.Unity.AssetFolderPropertyDrawer.PromptUserForPath ( string  currentPath)
protectedvirtual

Reimplemented in Leap.Unity.StreamingAssetPropertyDrawer.

Definition at line 86 of file AssetFolderPropertyDrawer.cs.

◆ ValidateObject()

virtual bool Leap.Unity.AssetFolderPropertyDrawer.ValidateObject ( Object  asset,
out string  errorMessage 
)
protectedvirtual

Definition at line 90 of file AssetFolderPropertyDrawer.cs.

◆ ValidatePath()

virtual bool Leap.Unity.AssetFolderPropertyDrawer.ValidatePath ( string  fullPath,
string  relativePath,
out string  errorMessage 
)
protectedvirtual

The documentation for this class was generated from the following file: