C# 클래스 _ProjectileBase, Rookery

상속: MonoBehaviour
파일 보기 프로젝트 열기: AIESeattleGameArt/Rookery

공개 프로퍼티들

프로퍼티 타입 설명
speed float
target Vector3

공개 메소드들

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

메소드 상세

Hit() 공개 추상적인 메소드

public abstract Hit ( GameObject other ) : void
other GameObject
리턴 void

Move() 공개 추상적인 메소드

public abstract Move ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

speed 공개적으로 프로퍼티

public float speed
리턴 float

target 공개적으로 프로퍼티

public Vector3 target
리턴 Vector3