C# Class DeltaDNA.Layer

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: deltaDNA/unity-sdk

Protected Properties

Свойство Type Description
_actions List
_depth int
_popup IPopup

Méthodes protégées

Méthode Description
RegisterAction ( ) : void
RegisterAction ( object>.Dictionary action, string id ) : void

Method Details

RegisterAction() protected méthode

protected RegisterAction ( ) : void
Résultat void

RegisterAction() protected méthode

protected RegisterAction ( object>.Dictionary action, string id ) : void
action object>.Dictionary
id string
Résultat void

Property Details

_actions protected_oe property

protected List _actions
Résultat List

_depth protected_oe property

protected int _depth
Résultat int

_popup protected_oe property

protected IPopup _popup
Résultat IPopup