C# Class UnityEditor.SamsungTV.SamsungTVSettingsEditorExtension

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

Public Methods

Method Description
CanShowUnitySplashScreen ( ) : bool
HasBundleIdentifier ( ) : bool
HasIdentificationGUI ( ) : bool
OnEnable ( PlayerSettingsEditor settingsEditor ) : void
PublishSectionGUI ( float h, float kLabelFloatMinW, float kLabelFloatMaxW ) : void
ResolutionSectionGUI ( float h, float midWidth, float maxWidth ) : void
SetTVDeviceAddressString ( string tvAddress ) : void
SplashSectionGUI ( ) : void

Method Details

CanShowUnitySplashScreen() public method

public CanShowUnitySplashScreen ( ) : bool
return bool

HasBundleIdentifier() public method

public HasBundleIdentifier ( ) : bool
return bool

HasIdentificationGUI() public method

public HasIdentificationGUI ( ) : 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

SetTVDeviceAddressString() public method

public SetTVDeviceAddressString ( string tvAddress ) : void
tvAddress string
return void

SplashSectionGUI() public method

public SplashSectionGUI ( ) : void
return void