C# Class UnityEditor.MovieTextureInspector

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void

Private Methods

Méthode Description
Init ( ) : void

Method Details

GetInfoString() public méthode

public GetInfoString ( ) : string
Résultat string

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : 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