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 |
public OnEnable ( PlayerSettingsEditor settingsEditor ) : void | ||
settingsEditor | PlayerSettingsEditor | |
return | void |
public PublishSectionGUI ( float h, float kLabelFloatMinW, float kLabelFloatMaxW ) : void | ||
h | float | |
kLabelFloatMinW | float | |
kLabelFloatMaxW | float | |
return | void |
public ResolutionSectionGUI ( float h, float midWidth, float maxWidth ) : void | ||
h | float | |
midWidth | float | |
maxWidth | float | |
return | void |