C# 클래스 DeltaDNA.Layer

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

보호된 프로퍼티들

프로퍼티 타입 설명
_actions List
_depth int
_popup IPopup

보호된 메소드들

메소드 설명
RegisterAction ( ) : void
RegisterAction ( object>.Dictionary action, string id ) : void

메소드 상세

RegisterAction() 보호된 메소드

protected RegisterAction ( ) : void
리턴 void

RegisterAction() 보호된 메소드

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

프로퍼티 상세

_actions 보호되어 있는 프로퍼티

protected List _actions
리턴 List

_depth 보호되어 있는 프로퍼티

protected int _depth
리턴 int

_popup 보호되어 있는 프로퍼티

protected IPopup _popup
리턴 IPopup