C# 클래스 MoveHind2, Heracles

상속: MonoBehaviour
파일 보기 프로젝트 열기: TrinityUniversityGameDesign/Heracles

공개 프로퍼티들

프로퍼티 타입 설명
destroyHind bool
jumpForce float
setDirection string
slowHind bool
speed float
stopHind bool

공개 메소드들

메소드 설명
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Start ( ) : void

메소드 상세

OnTriggerEnter2D() 공개 메소드

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
리턴 void

OnTriggerExit2D() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

destroyHind 공개적으로 프로퍼티

public bool destroyHind
리턴 bool

jumpForce 공개적으로 프로퍼티

public float jumpForce
리턴 float

setDirection 공개적으로 프로퍼티

public string setDirection
리턴 string

slowHind 공개적으로 프로퍼티

public bool slowHind
리턴 bool

speed 공개적으로 프로퍼티

public float speed
리턴 float

stopHind 공개적으로 프로퍼티

public bool stopHind
리턴 bool