C# 클래스 UnityEditor.AppleTV.AppleTVSettingsEditorExtension

상속: UnityEditor.Modules.DefaultPlayerSettingsEditorExtension
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
CanShowUnitySplashScreen ( ) : bool
ConfigurationSectionGUI ( ) : void
HasIdentificationGUI ( ) : bool
HasPublishSection ( ) : bool
IconSectionGUI ( ) : void
IdentificationSectionGUI ( ) : void
OnEnable ( PlayerSettingsEditor editor ) : void

비공개 메소드들

메소드 설명
EnsureMinimumNumberOfTextures ( ReorderableIconLayerList list ) : void

메소드 상세

CanShowUnitySplashScreen() 공개 메소드

public CanShowUnitySplashScreen ( ) : bool
리턴 bool

ConfigurationSectionGUI() 공개 메소드

public ConfigurationSectionGUI ( ) : void
리턴 void

HasIdentificationGUI() 공개 메소드

public HasIdentificationGUI ( ) : bool
리턴 bool

HasPublishSection() 공개 메소드

public HasPublishSection ( ) : bool
리턴 bool

IconSectionGUI() 공개 메소드

public IconSectionGUI ( ) : void
리턴 void

IdentificationSectionGUI() 공개 메소드

public IdentificationSectionGUI ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( PlayerSettingsEditor editor ) : void
editor PlayerSettingsEditor
리턴 void