C# Class UnityEditor.Advertisements.AdvertisementSettings

Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Méthode 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 méthode

public static GetGameId ( RuntimePlatform platform ) : string
platform RuntimePlatform
Résultat string

IsPlatformEnabled() public static méthode

public static IsPlatformEnabled ( RuntimePlatform platform ) : bool
platform RuntimePlatform
Résultat bool

SetGameId() public static méthode

public static SetGameId ( RuntimePlatform platform, string gameId ) : void
platform RuntimePlatform
gameId string
Résultat void

SetPlatformEnabled() public static méthode

public static SetPlatformEnabled ( RuntimePlatform platform, bool value ) : void
platform RuntimePlatform
value bool
Résultat void