C# Class UnityEditor.TextureImporterInspector.TextureInspectorTypeGUIProperties

显示文件 Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
advancedElements TextureImporterInspector.TextureInspectorGUIElement
commonElements TextureImporterInspector.TextureInspectorGUIElement
shapeCaps TextureImporterShape

Public Methods

Method Description
TextureInspectorTypeGUIProperties ( TextureImporterInspector _commonElements, TextureImporterInspector _advancedElements, TextureImporterShape _shapeCaps ) : System

Method Details

TextureInspectorTypeGUIProperties() public method

public TextureInspectorTypeGUIProperties ( TextureImporterInspector _commonElements, TextureImporterInspector _advancedElements, TextureImporterShape _shapeCaps ) : System
_commonElements TextureImporterInspector
_advancedElements TextureImporterInspector
_shapeCaps TextureImporterShape
return System

Property Details

advancedElements public_oe property

public TextureImporterInspector.TextureInspectorGUIElement advancedElements
return TextureImporterInspector.TextureInspectorGUIElement

commonElements public_oe property

public TextureImporterInspector.TextureInspectorGUIElement commonElements
return TextureImporterInspector.TextureInspectorGUIElement

shapeCaps public_oe property

public TextureImporterShape shapeCaps
return TextureImporterShape