C# 클래스 KrakenSwitch

상속: MonoBehaviour
파일 보기 프로젝트 열기: jsngai/deepsquid

공개 프로퍼티들

프로퍼티 타입 설명
dist float
gate GameObject
goBack Transform
movedPos Vector3
offset Vector3

공개 메소드들

메소드 설명
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

dist 공개적으로 프로퍼티

public float dist
리턴 float

gate 공개적으로 프로퍼티

public GameObject gate
리턴 GameObject

goBack 공개적으로 프로퍼티

public Transform goBack
리턴 Transform

movedPos 공개적으로 프로퍼티

public Vector3 movedPos
리턴 Vector3

offset 공개적으로 프로퍼티

public Vector3 offset
리턴 Vector3