C# Class MMD.InspectorBase

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: hecomi/StereoAR-for-Unity

Méthodes publiques

Méthode Description
InspectorBase ( ) : System.IO
OnInspectorGUI ( ) : void
OnPreviewGUI ( Rect r, GUIStyle background ) : void

Method Details

InspectorBase() public méthode

public InspectorBase ( ) : System.IO
Résultat System.IO

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

OnPreviewGUI() public méthode

public OnPreviewGUI ( Rect r, GUIStyle background ) : void
r UnityEngine.Rect
background UnityEngine.GUIStyle
Résultat void