C# 클래스 RocketLauncher, UnityTemp

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

공개 프로퍼티들

프로퍼티 타입 설명
PositionsOfLaunchersLeft Vector3[]
PositionsOfLaunchersRight Vector3[]
Rocket GameObject
RocketDelay float
StartDelay float

공개 메소드들

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

비공개 메소드들

메소드 설명
LaunchRockets ( ) : IEnumerator

메소드 상세

Launch() 공개 메소드

public Launch ( ) : void
리턴 void

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

PositionsOfLaunchersLeft 공개적으로 프로퍼티

public Vector3[] PositionsOfLaunchersLeft
리턴 Vector3[]

PositionsOfLaunchersRight 공개적으로 프로퍼티

public Vector3[] PositionsOfLaunchersRight
리턴 Vector3[]

Rocket 공개적으로 프로퍼티

public GameObject Rocket
리턴 GameObject

RocketDelay 공개적으로 프로퍼티

public float RocketDelay
리턴 float

StartDelay 공개적으로 프로퍼티

public float StartDelay
리턴 float