C# Class UnityEditor.CubemapInspector

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

Méthodes publiques

Méthode Description
ObjectField ( string label, Object obj, Type objType, bool allowSceneObjects ) : Object
OnInspectorGUI ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
InitTexturesFromCubemap ( ) : void
OnAssetStoreInspectorGUI ( ) : void
ShowFace ( string label, CubemapFace face ) : void

Method Details

ObjectField() public static méthode

public static ObjectField ( string label, Object obj, Type objType, bool allowSceneObjects ) : Object
label string
obj Object
objType System.Type
allowSceneObjects bool
Résultat Object

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