C# 클래스 DeltaDNA.ImageMessage.Layer

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: deltaDNA/unity-sdk

보호된 프로퍼티들

프로퍼티 타입 설명
actions List
depth int
imageMessage ImageMessage

보호된 메소드들

메소드 설명
RegisterAction ( ) : void
RegisterAction ( Dictionary,System.Collections.Generic action, string id ) : void

메소드 상세

RegisterAction() 보호된 메소드

protected RegisterAction ( ) : void
리턴 void

RegisterAction() 보호된 메소드

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

프로퍼티 상세

actions 보호되어 있는 프로퍼티

protected List actions
리턴 List

depth 보호되어 있는 프로퍼티

protected int depth
리턴 int

imageMessage 보호되어 있는 프로퍼티

protected ImageMessage,DeltaDNA imageMessage
리턴 ImageMessage