C# 클래스 MouseController2, Unity2d-Game

상속: MonoBehaviour
파일 보기 프로젝트 열기: sagivo/Unity2d-Game

공개 프로퍼티들

프로퍼티 타입 설명
arrowDelay float
arrowPrefab Transform
ground LayerMask
hand Transform
lookRight bool
speed float

공개 메소드들

메소드 설명
Flip ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
makeArrow ( float delay, bool right ) : IEnumerator

메소드 상세

Flip() 공개 메소드

public Flip ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

arrowDelay 공개적으로 프로퍼티

public float arrowDelay
리턴 float

arrowPrefab 공개적으로 프로퍼티

public Transform arrowPrefab
리턴 Transform

ground 공개적으로 프로퍼티

public LayerMask ground
리턴 LayerMask

hand 공개적으로 프로퍼티

public Transform hand
리턴 Transform

lookRight 공개적으로 프로퍼티

public bool lookRight
리턴 bool

speed 공개적으로 프로퍼티

public float speed
리턴 float