C# Class UnityToolbag.ResourcePathDrawer

Inheritance: UnityEditor.PropertyDrawer
Afficher le fichier Open project: ChemiKhazi/UnityToolbag

Méthodes publiques

Méthode Description
OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
TryGetResourcePath ( string assetPath, string &resourcePath ) : bool

Private Methods

Méthode Description
FlashInspector ( ) : void
StartInspectorFlash ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position UnityEngine.Rect
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
Résultat void

TryGetResourcePath() public static méthode

public static TryGetResourcePath ( string assetPath, string &resourcePath ) : bool
assetPath string
resourcePath string
Résultat bool