C# Class AdstirIconPlugin, AdStirUnityPlugin

Inheritance: MonoBehaviour
Exibir arquivo Open project: united-adstir/AdStirUnityPlugin

Public Methods

Method Description
GetDisplayHeight ( ) : float
GetDisplayWidth ( ) : float
HideAd ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
ShowAd ( string media, int spot, int x, int y, int w, int h, int slot, bool isCenter, int interval ) : void

Method Details

GetDisplayHeight() public method

public GetDisplayHeight ( ) : float
return float

GetDisplayWidth() public method

public GetDisplayWidth ( ) : float
return float

HideAd() public method

public HideAd ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

ShowAd() public method

public ShowAd ( string media, int spot, int x, int y, int w, int h, int slot, bool isCenter, int interval ) : void
media string
spot int
x int
y int
w int
h int
slot int
isCenter bool
interval int
return void