C# 클래스 CastleTriggerOn, MazeToddler

상속: MonoBehaviour
파일 보기 프로젝트 열기: Nexters/MazeToddler

공개 프로퍼티들

프로퍼티 타입 설명
sandcastle_tower_bottom GameObject

공개 메소드들

메소드 설명
OnTriggerExit2D ( Collider2D col ) : void
OnTriggerStay2D ( Collider2D col ) : void

메소드 상세

OnTriggerExit2D() 공개 메소드

public OnTriggerExit2D ( Collider2D col ) : void
col UnityEngine.Collider2D
리턴 void

OnTriggerStay2D() 공개 메소드

public OnTriggerStay2D ( Collider2D col ) : void
col UnityEngine.Collider2D
리턴 void

프로퍼티 상세

sandcastle_tower_bottom 공개적으로 프로퍼티

public GameObject sandcastle_tower_bottom
리턴 GameObject