C# Class DeltaDNA.Layer

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

Protected Properties

Property Type Description
_actions List
_depth int
_popup IPopup

Protected Methods

Method Description
RegisterAction ( ) : void
RegisterAction ( object>.Dictionary action, string id ) : void

Method Details

RegisterAction() protected method

protected RegisterAction ( ) : void
return void

RegisterAction() protected method

protected RegisterAction ( object>.Dictionary action, string id ) : void
action object>.Dictionary
id string
return void

Property Details

_actions protected property

protected List _actions
return List

_depth protected property

protected int _depth
return int

_popup protected property

protected IPopup _popup
return IPopup