C# Class UnityEditor.CubemapInspector

Inheritance: TextureInspector
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void

Private Methods

Method Description
InitTexturesFromCubemap ( ) : void
OnAssetStoreInspectorGUI ( ) : void
ShowFace ( string label, CubemapFace face ) : void

Method Details

ObjectField() public static method

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

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void