C# Class PointCloudGestureTemplateInspector, swip3

Inheritance: Editor
Afficher le fichier Open project: unit9/swip3

Méthodes publiques

Méthode Description
GetPreviewTitle ( ) : GUIContent
HasPreviewGUI ( ) : bool
OnInspectorGUI ( ) : void
OnPreviewGUI ( Rect r, GUIStyle background ) : void
OnPreviewSettings ( ) : void

Private Methods

Méthode Description
CreatePointCloudGesture ( ) : void

Method Details

GetPreviewTitle() public méthode

public GetPreviewTitle ( ) : GUIContent
Résultat GUIContent

HasPreviewGUI() public méthode

public HasPreviewGUI ( ) : bool
Résultat bool

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

OnPreviewGUI() public méthode

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

OnPreviewSettings() public méthode

public OnPreviewSettings ( ) : void
Résultat void