C# Class UnityEditor.WebGL.WebGlSettingsExtension

Inheritance: UnityEditor.Modules.DefaultPlayerSettingsEditorExtension
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
CanShowUnitySplashScreen ( ) : bool
HasPublishSection ( ) : bool
HasResolutionSection ( ) : bool
OnEnable ( PlayerSettingsEditor settingsEditor ) : void
PublishSectionGUI ( float h, float kLabelFloatMinW, float kLabelFloatMaxW ) : void
ResolutionSectionGUI ( float h, float midWidth, float maxWidth ) : void

Method Details

CanShowUnitySplashScreen() public method

public CanShowUnitySplashScreen ( ) : bool
return bool

HasPublishSection() public method

public HasPublishSection ( ) : bool
return bool

HasResolutionSection() public method

public HasResolutionSection ( ) : bool
return bool

OnEnable() public method

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

PublishSectionGUI() public method

public PublishSectionGUI ( float h, float kLabelFloatMinW, float kLabelFloatMaxW ) : void
h float
kLabelFloatMinW float
kLabelFloatMaxW float
return void

ResolutionSectionGUI() public method

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