C# 클래스 UnityToolbag.ResourcePathDrawer

상속: UnityEditor.PropertyDrawer
파일 보기 프로젝트 열기: ChemiKhazi/UnityToolbag

공개 메소드들

메소드 설명
OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
TryGetResourcePath ( string assetPath, string &resourcePath ) : bool

비공개 메소드들

메소드 설명
FlashInspector ( ) : void
StartInspectorFlash ( ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position UnityEngine.Rect
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
리턴 void

TryGetResourcePath() 공개 정적인 메소드

public static TryGetResourcePath ( string assetPath, string &resourcePath ) : bool
assetPath string
resourcePath string
리턴 bool