Class TexturePlatformSettingsView
Inheritance
System.Object
TexturePlatformSettingsView
Syntax
public class TexturePlatformSettingsView
Properties
buildPlatformTitle
Declaration
public string buildPlatformTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
DrawCompression(TextureImporterCompression, Boolean, out Boolean)
Declaration
public virtual TextureImporterCompression DrawCompression(TextureImporterCompression defaultValue, bool isMixedValue, out bool changed)
Parameters
Type |
Name |
Description |
TextureImporterCompression |
defaultValue |
|
System.Boolean |
isMixedValue |
|
System.Boolean |
changed |
|
Returns
Type |
Description |
TextureImporterCompression |
|
Declaration
public virtual int DrawCompressionQualityPopup(int defaultValue, bool isMixedValue, out bool changed)
Parameters
Type |
Name |
Description |
System.Int32 |
defaultValue |
|
System.Boolean |
isMixedValue |
|
System.Boolean |
changed |
|
Returns
Type |
Description |
System.Int32 |
|
DrawCompressionQualitySlider(Int32, Boolean, out Boolean)
Declaration
public virtual int DrawCompressionQualitySlider(int defaultValue, bool isMixedValue, out bool changed)
Parameters
Type |
Name |
Description |
System.Int32 |
defaultValue |
|
System.Boolean |
isMixedValue |
|
System.Boolean |
changed |
|
Returns
Type |
Description |
System.Int32 |
|
DrawFormat(TextureImporterFormat, Int32[], String[], Boolean, Boolean, out Boolean)
Declaration
public virtual TextureImporterFormat DrawFormat(TextureImporterFormat defaultValue, int[] displayValues, string[] displayStrings, bool isMixedValue, bool isDisabled, out bool changed)
Parameters
Type |
Name |
Description |
TextureImporterFormat |
defaultValue |
|
System.Int32[] |
displayValues |
|
System.String[] |
displayStrings |
|
System.Boolean |
isMixedValue |
|
System.Boolean |
isDisabled |
|
System.Boolean |
changed |
|
Returns
Type |
Description |
TextureImporterFormat |
|
DrawMaxSize(Int32, Boolean, Boolean, out Boolean)
Declaration
public virtual int DrawMaxSize(int defaultValue, bool isMixedValue, bool isDisabled, out bool changed)
Parameters
Type |
Name |
Description |
System.Int32 |
defaultValue |
|
System.Boolean |
isMixedValue |
|
System.Boolean |
isDisabled |
|
System.Boolean |
changed |
|
Returns
Type |
Description |
System.Int32 |
|
DrawOverride(Boolean, Boolean, out Boolean)
Declaration
public virtual bool DrawOverride(bool defaultValue, bool isMixedValue, out bool changed)
Parameters
Type |
Name |
Description |
System.Boolean |
defaultValue |
|
System.Boolean |
isMixedValue |
|
System.Boolean |
changed |
|
Returns
Type |
Description |
System.Boolean |
|
DrawResizeAlgorithm(TextureResizeAlgorithm, Boolean, Boolean, out Boolean)
Declaration
public virtual TextureResizeAlgorithm DrawResizeAlgorithm(TextureResizeAlgorithm defaultValue, bool isMixedValue, bool isDisabled, out bool changed)
Parameters
Type |
Name |
Description |
TextureResizeAlgorithm |
defaultValue |
|
System.Boolean |
isMixedValue |
|
System.Boolean |
isDisabled |
|
System.Boolean |
changed |
|
Returns
Type |
Description |
TextureResizeAlgorithm |
|
DrawUseCrunchedCompression(Boolean, Boolean, out Boolean)
Declaration
public virtual bool DrawUseCrunchedCompression(bool defaultValue, bool isMixedValue, out bool changed)
Parameters
Type |
Name |
Description |
System.Boolean |
defaultValue |
|
System.Boolean |
isMixedValue |
|
System.Boolean |
changed |
|
Returns
Type |
Description |
System.Boolean |
|