C# 클래스 DragCtrl, MazeToddler

상속: MonoBehaviour
파일 보기 프로젝트 열기: Nexters/MazeToddler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowGap float
Collider Transform
Gate Transform
Goal Vector3
MoveSpeed float

공개 메소드들

메소드 설명
Open ( ) : void
isOpen ( ) : bool

비공개 메소드들

메소드 설명
Awake ( ) : void
Update ( ) : void

메소드 상세

Open() 공개 메소드

public Open ( ) : void
리턴 void

isOpen() 공개 메소드

public isOpen ( ) : bool
리턴 bool

프로퍼티 상세

AllowGap 공개적으로 프로퍼티

public float AllowGap
리턴 float

Collider 공개적으로 프로퍼티

public Transform Collider
리턴 Transform

Gate 공개적으로 프로퍼티

public Transform Gate
리턴 Transform

Goal 공개적으로 프로퍼티

public Vector3 Goal
리턴 Vector3

MoveSpeed 공개적으로 프로퍼티

public float MoveSpeed
리턴 float