C# Class UnityEditor.Modules.DefaultPlayerSettingsEditorExtension

Inheritance: ISettingEditorExtension
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
CanShowUnitySplashScreen ( ) : bool
ConfigurationSectionGUI ( ) : void
HasBundleIdentifier ( ) : bool
HasIdentificationGUI ( ) : bool
HasPublishSection ( ) : bool
HasResolutionSection ( ) : bool
IconSectionGUI ( ) : void
IdentificationSectionGUI ( ) : void
OnEnable ( PlayerSettingsEditor settingsEditor ) : void
PublishSectionGUI ( float h, float midWidth, float maxWidth ) : void
ResolutionSectionGUI ( float h, float midWidth, float maxWidth ) : void
SplashSectionGUI ( ) : void
SupportsDynamicBatching ( ) : bool
SupportsOrientation ( ) : bool
SupportsStaticBatching ( ) : bool
UsesStandardIcons ( ) : bool

Protected Methods

Method Description
DefaultPlayerSettingsEditorExtension ( ) : System

Method Details

CanShowUnitySplashScreen() public method

public CanShowUnitySplashScreen ( ) : bool
return bool

ConfigurationSectionGUI() public method

public ConfigurationSectionGUI ( ) : void
return void

DefaultPlayerSettingsEditorExtension() protected method

protected DefaultPlayerSettingsEditorExtension ( ) : System
return System

HasBundleIdentifier() public method

public HasBundleIdentifier ( ) : bool
return bool

HasIdentificationGUI() public method

public HasIdentificationGUI ( ) : bool
return bool

HasPublishSection() public method

public HasPublishSection ( ) : bool
return bool

HasResolutionSection() public method

public HasResolutionSection ( ) : bool
return bool

IconSectionGUI() public method

public IconSectionGUI ( ) : void
return void

IdentificationSectionGUI() public method

public IdentificationSectionGUI ( ) : void
return void

OnEnable() public method

public OnEnable ( PlayerSettingsEditor settingsEditor ) : void
settingsEditor PlayerSettingsEditor
return void

PublishSectionGUI() public method

public PublishSectionGUI ( float h, float midWidth, float maxWidth ) : void
h float
midWidth float
maxWidth float
return void

ResolutionSectionGUI() public method

public ResolutionSectionGUI ( float h, float midWidth, float maxWidth ) : void
h float
midWidth float
maxWidth float
return void

SplashSectionGUI() public method

public SplashSectionGUI ( ) : void
return void

SupportsDynamicBatching() public method

public SupportsDynamicBatching ( ) : bool
return bool

SupportsOrientation() public method

public SupportsOrientation ( ) : bool
return bool

SupportsStaticBatching() public method

public SupportsStaticBatching ( ) : bool
return bool

UsesStandardIcons() public method

public UsesStandardIcons ( ) : bool
return bool