C# 클래스 Prime31PlistHelperWizard, ARG-Zombies-Unity

상속: ScriptableWizard
파일 보기 프로젝트 열기: CoderBear/ARG-Zombies-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CFBundleURLSchemes string[]
MinimumOSVersion string
UIApplicationExitsOnSuspend bool
UIFileSharingEnabled bool
UISupportedInterfaceOrientations UIInterfaceOrientationEnum[]

공개 메소드들

메소드 설명
CreateWizard ( ) : void
OnWizardCreate ( ) : void
OnWizardOtherButton ( ) : void
OnWizardUpdate ( ) : void
getAllPublicIvarNames ( ) : ArrayList
getPlistContents ( ) : void

메소드 상세

CreateWizard() 공개 정적인 메소드

public static CreateWizard ( ) : void
리턴 void

OnWizardCreate() 공개 메소드

public OnWizardCreate ( ) : void
리턴 void

OnWizardOtherButton() 공개 메소드

public OnWizardOtherButton ( ) : void
리턴 void

OnWizardUpdate() 공개 메소드

public OnWizardUpdate ( ) : void
리턴 void

getAllPublicIvarNames() 공개 메소드

public getAllPublicIvarNames ( ) : ArrayList
리턴 ArrayList

getPlistContents() 공개 메소드

public getPlistContents ( ) : void
리턴 void

프로퍼티 상세

CFBundleURLSchemes 공개적으로 프로퍼티

public string[] CFBundleURLSchemes
리턴 string[]

MinimumOSVersion 공개적으로 프로퍼티

public string MinimumOSVersion
리턴 string

UIApplicationExitsOnSuspend 공개적으로 프로퍼티

public bool UIApplicationExitsOnSuspend
리턴 bool

UIFileSharingEnabled 공개적으로 프로퍼티

public bool UIFileSharingEnabled
리턴 bool

UISupportedInterfaceOrientations 공개적으로 프로퍼티

public UIInterfaceOrientationEnum[] UISupportedInterfaceOrientations
리턴 UIInterfaceOrientationEnum[]