C# Class DeltaDNA.ImageMessage.Layer

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo 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_oe property

protected List actions
return List

depth protected_oe property

protected int depth
return int

imageMessage protected_oe property

protected ImageMessage,DeltaDNA imageMessage
return ImageMessage