C# Class DeltaDNA.ImageMessage.Layer

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: deltaDNA/unity-sdk

Protected Properties

Property Type Description
actions List
depth int
imageMessage ImageMessage

Protected Methods

Method Description
RegisterAction ( ) : void
RegisterAction ( Dictionary,System.Collections.Generic action, string id ) : void

Method Details

RegisterAction() protected method

protected RegisterAction ( ) : void
return void

RegisterAction() protected method

protected RegisterAction ( Dictionary,System.Collections.Generic action, string id ) : void
action Dictionary,System.Collections.Generic
id string
return void

Property Details

actions protected property

protected List actions
return List

depth protected property

protected int depth
return int

imageMessage protected property

protected ImageMessage,DeltaDNA imageMessage
return ImageMessage