UnityEditor.TextureImporterInspector.TextureInspectorTypeGUIProperties.TextureInspectorTypeGUIProperties C# (CSharp) Method

TextureInspectorTypeGUIProperties() public method

public TextureInspectorTypeGUIProperties ( TextureImporterInspector _commonElements, TextureImporterInspector _advancedElements, TextureImporterShape _shapeCaps ) : System
_commonElements TextureImporterInspector
_advancedElements TextureImporterInspector
_shapeCaps TextureImporterShape
return System
            public TextureInspectorTypeGUIProperties(TextureImporterInspector.TextureInspectorGUIElement _commonElements, TextureImporterInspector.TextureInspectorGUIElement _advancedElements, TextureImporterShape _shapeCaps)
            {
                this.commonElements = _commonElements;
                this.advancedElements = _advancedElements;
                this.shapeCaps = _shapeCaps;
            }
        }
TextureImporterInspector.TextureInspectorTypeGUIProperties