C# Class UnityEditor.Modules.DefaultPlayerSettingsEditorExtension

Inheritance: ISettingEditorExtension
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
DefaultPlayerSettingsEditorExtension ( ) : System

Method Details

CanShowUnitySplashScreen() public méthode

public CanShowUnitySplashScreen ( ) : bool
Résultat bool

ConfigurationSectionGUI() public méthode

public ConfigurationSectionGUI ( ) : void
Résultat void

DefaultPlayerSettingsEditorExtension() protected méthode

protected DefaultPlayerSettingsEditorExtension ( ) : System
Résultat System

HasBundleIdentifier() public méthode

public HasBundleIdentifier ( ) : bool
Résultat bool

HasIdentificationGUI() public méthode

public HasIdentificationGUI ( ) : bool
Résultat bool

HasPublishSection() public méthode

public HasPublishSection ( ) : bool
Résultat bool

HasResolutionSection() public méthode

public HasResolutionSection ( ) : bool
Résultat bool

IconSectionGUI() public méthode

public IconSectionGUI ( ) : void
Résultat void

IdentificationSectionGUI() public méthode

public IdentificationSectionGUI ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( PlayerSettingsEditor settingsEditor ) : void
settingsEditor PlayerSettingsEditor
Résultat void

PublishSectionGUI() public méthode

public PublishSectionGUI ( float h, float midWidth, float maxWidth ) : void
h float
midWidth float
maxWidth float
Résultat void

ResolutionSectionGUI() public méthode

public ResolutionSectionGUI ( float h, float midWidth, float maxWidth ) : void
h float
midWidth float
maxWidth float
Résultat void

SplashSectionGUI() public méthode

public SplashSectionGUI ( ) : void
Résultat void

SupportsDynamicBatching() public méthode

public SupportsDynamicBatching ( ) : bool
Résultat bool

SupportsOrientation() public méthode

public SupportsOrientation ( ) : bool
Résultat bool

SupportsStaticBatching() public méthode

public SupportsStaticBatching ( ) : bool
Résultat bool

UsesStandardIcons() public méthode

public UsesStandardIcons ( ) : bool
Résultat bool