C# 클래스 UnityEditor.Advertisements.AdvertisementSettings

파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

메소드 설명
GetGameId ( RuntimePlatform platform ) : string
IsPlatformEnabled ( RuntimePlatform platform ) : bool
SetGameId ( RuntimePlatform platform, string gameId ) : void
SetPlatformEnabled ( RuntimePlatform platform, bool value ) : void

메소드 상세

GetGameId() 공개 정적인 메소드

public static GetGameId ( RuntimePlatform platform ) : string
platform RuntimePlatform
리턴 string

IsPlatformEnabled() 공개 정적인 메소드

public static IsPlatformEnabled ( RuntimePlatform platform ) : bool
platform RuntimePlatform
리턴 bool

SetGameId() 공개 정적인 메소드

public static SetGameId ( RuntimePlatform platform, string gameId ) : void
platform RuntimePlatform
gameId string
리턴 void

SetPlatformEnabled() 공개 정적인 메소드

public static SetPlatformEnabled ( RuntimePlatform platform, bool value ) : void
platform RuntimePlatform
value bool
리턴 void