C# Class DeltaDNA.ButtonsLayer

Inheritance: Layer
Mostra file Open project: deltaDNA/unity-sdk Class Usage Examples

Public Methods

Method Description
Init ( IPopup popup, object>.Dictionary orientation, List textures, BackgroundLayer content, int depth ) : void
OnGUI ( ) : void

Method Details

Init() public method

public Init ( IPopup popup, object>.Dictionary orientation, List textures, BackgroundLayer content, int depth ) : void
popup IPopup
orientation object>.Dictionary
textures List
content BackgroundLayer
depth int
return void

OnGUI() public method

public OnGUI ( ) : void
return void