C# Class UnityEditor.TextureImporterInspector

Inheritance: AssetImporterInspector
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
s_DefaultPlatformName string

Private Properties

Property Type Description
AlphaHandlingGUI void
Apply void
ApplySettingsToTexture void
BuildTextureStrings string[]
BumpGUI void
CacheSerializedProperties void
ColorSpaceGUI void
CookieGUI void
CountImportersWithAlpha bool
CountImportersWithHDR bool
CubemapMappingGUI void
DoGUIElements void
EnumPopup void
GetSerializedPropertySettings TextureImporterSettings
GetSerializedPropertySettings TextureImporterSettings
HasModified bool
InitializeGUI void
IsGLESMobileTargetPlatform bool
IsPowerOfTwo bool
MipMapGUI void
POTScaleGUI void
ReadableGUI void
ResetValues void
SetCookieMode void
SetSerializedPropertySettings void
ShouldDisplayGUIElement bool
SpriteGUI void
SyncPlatformSettings void
TextureSettingsGUI void
ToggleFromInt void
UpdateImportWarning void

Public Methods

Method Description
BuildTargetList ( ) : void
GetBuildPlayerValidPlatforms ( ) : UnityEditor.BuildPlayerWindow.BuildPlatform[]
IsCompressedDXTTextureFormat ( TextureImporterFormat format ) : bool
OnDisable ( ) : void
OnEnable ( ) : void
OnInspectorGUI ( ) : void
SelectMainAssets ( Object targets ) : void

Protected Methods

Method Description
ShowPlatformSpecificSettings ( ) : void

Private Methods

Method Description
AlphaHandlingGUI ( TextureInspectorGUIElement guiElements ) : void
Apply ( ) : void
ApplySettingsToTexture ( ) : void
BuildTextureStrings ( int texFormatValues ) : string[]
BumpGUI ( TextureInspectorGUIElement guiElements ) : void
CacheSerializedProperties ( ) : void
ColorSpaceGUI ( TextureInspectorGUIElement guiElements ) : void
CookieGUI ( TextureInspectorGUIElement guiElements ) : void
CountImportersWithAlpha ( Object importers, int &count ) : bool
CountImportersWithHDR ( Object importers, int &count ) : bool
CubemapMappingGUI ( TextureInspectorGUIElement guiElements ) : void
DoGUIElements ( TextureInspectorGUIElement guiElements, List guiElementsDisplayOrder ) : void
EnumPopup ( UnityEditor.SerializedProperty property, Type type, GUIContent label ) : void
GetSerializedPropertySettings ( ) : TextureImporterSettings
GetSerializedPropertySettings ( TextureImporterSettings settings ) : TextureImporterSettings
HasModified ( ) : bool
InitializeGUI ( ) : void
IsGLESMobileTargetPlatform ( BuildTarget target ) : bool
IsPowerOfTwo ( int f ) : bool
MipMapGUI ( TextureInspectorGUIElement guiElements ) : void
POTScaleGUI ( TextureInspectorGUIElement guiElements ) : void
ReadableGUI ( TextureInspectorGUIElement guiElements ) : void
ResetValues ( ) : void
SetCookieMode ( CookieMode cm ) : void
SetSerializedPropertySettings ( TextureImporterSettings settings ) : void
ShouldDisplayGUIElement ( TextureInspectorGUIElement guiElements, TextureInspectorGUIElement guiElement ) : bool
SpriteGUI ( TextureInspectorGUIElement guiElements ) : void
SyncPlatformSettings ( ) : void
TextureSettingsGUI ( ) : void
ToggleFromInt ( SerializedProperty property, GUIContent label ) : void
UpdateImportWarning ( ) : void

Method Details

BuildTargetList() public method

public BuildTargetList ( ) : void
return void

GetBuildPlayerValidPlatforms() public static method

public static GetBuildPlayerValidPlatforms ( ) : UnityEditor.BuildPlayerWindow.BuildPlatform[]
return UnityEditor.BuildPlayerWindow.BuildPlatform[]

IsCompressedDXTTextureFormat() public static method

public static IsCompressedDXTTextureFormat ( TextureImporterFormat format ) : bool
format TextureImporterFormat
return bool

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

SelectMainAssets() public static method

public static SelectMainAssets ( Object targets ) : void
targets Object
return void

ShowPlatformSpecificSettings() protected method

protected ShowPlatformSpecificSettings ( ) : void
return void

Property Details

s_DefaultPlatformName public_oe static_oe property

public static string s_DefaultPlatformName
return string