C# Class DeltaDNA.ImageMessage.Layer

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

Protected Properties

Свойство Type Description
actions List
depth int
imageMessage ImageMessage

Méthodes protégées

Méthode Description
RegisterAction ( ) : void
RegisterAction ( Dictionary,System.Collections.Generic action, string id ) : void

Method Details

RegisterAction() protected méthode

protected RegisterAction ( ) : void
Résultat void

RegisterAction() protected méthode

protected RegisterAction ( Dictionary,System.Collections.Generic action, string id ) : void
action Dictionary,System.Collections.Generic
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

imageMessage protected_oe property

protected ImageMessage,DeltaDNA imageMessage
Résultat ImageMessage