C# 클래스 Player_controller, Space-Rush2

상속: MonoBehaviour
파일 보기 프로젝트 열기: M4R774/Space-Rush2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Speed float
boundary Boundary,
fireRate float
shot GameObject
shotSpawnLeft Transform
shotSpawnMiddle Transform
shotSpawnRight Transform

공개 메소드들

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

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Speed 공개적으로 프로퍼티

public float Speed
리턴 float

boundary 공개적으로 프로퍼티

public Boundary, boundary
리턴 Boundary,

fireRate 공개적으로 프로퍼티

public float fireRate
리턴 float

shot 공개적으로 프로퍼티

public GameObject shot
리턴 GameObject

shotSpawnLeft 공개적으로 프로퍼티

public Transform shotSpawnLeft
리턴 Transform

shotSpawnMiddle 공개적으로 프로퍼티

public Transform shotSpawnMiddle
리턴 Transform

shotSpawnRight 공개적으로 프로퍼티

public Transform shotSpawnRight
리턴 Transform