C# Class UnityEditor.WebCamTextureInspector

Inheritance: Editor
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
GetInfoString ( ) : string
HasPreviewGUI ( ) : bool
OnDisable ( ) : void
OnInspectorGUI ( ) : void
OnPreviewGUI ( Rect r, GUIStyle background ) : void
OnPreviewSettings ( ) : void

Private Methods

Méthode Description
Init ( ) : void

Method Details

GetInfoString() public méthode

public GetInfoString ( ) : string
Résultat string

HasPreviewGUI() public méthode

public HasPreviewGUI ( ) : bool
Résultat bool

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

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

OnPreviewSettings() public méthode

public OnPreviewSettings ( ) : void
Résultat void