C# Class DeltaDNA.ImageMessage.ButtonsLayer

Inheritance: Layer
Mostrar archivo Open project: deltaDNA/unity-sdk

Public Methods

Method Description
Build ( ImageMessage imageMessage, Dictionary,System.Collections.Generic orientation, List textures, BackgroundLayer content, int depth ) : void
OnGUI ( ) : void

Method Details

Build() public method

public Build ( ImageMessage imageMessage, Dictionary,System.Collections.Generic orientation, List textures, BackgroundLayer content, int depth ) : void
imageMessage ImageMessage
orientation Dictionary,System.Collections.Generic
textures List
content BackgroundLayer
depth int
return void

OnGUI() public method

public OnGUI ( ) : void
return void