C# Class UnityEditor.Advertisements.AdvertisementSettings

Datei anzeigen Open project: randomize/VimConfig

Public Methods

Method Description
GetGameId ( RuntimePlatform platform ) : string
IsPlatformEnabled ( RuntimePlatform platform ) : bool
SetGameId ( RuntimePlatform platform, string gameId ) : void
SetPlatformEnabled ( RuntimePlatform platform, bool value ) : void

Method Details

GetGameId() public static method

public static GetGameId ( RuntimePlatform platform ) : string
platform RuntimePlatform
return string

IsPlatformEnabled() public static method

public static IsPlatformEnabled ( RuntimePlatform platform ) : bool
platform RuntimePlatform
return bool

SetGameId() public static method

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

SetPlatformEnabled() public static method

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