C# 클래스 Aeonur, SpaceCOG-Prototype

상속: MonoBehaviour
파일 보기 프로젝트 열기: kalby/SpaceCOG-Prototype 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
aeonurAnimation GameObject
eyePosition GameObject
fireRange float
fireRate float
lineRender UnityEngine.LineRenderer
maxDistance float
pl ArrayList
speed float
targetedPlayer GameObject

공개 메소드들

메소드 설명
FindTarget ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
CalculateDamageDealt ( ) : int

메소드 상세

FindTarget() 공개 메소드

public FindTarget ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

aeonurAnimation 공개적으로 프로퍼티

public GameObject aeonurAnimation
리턴 GameObject

eyePosition 공개적으로 프로퍼티

public GameObject eyePosition
리턴 GameObject

fireRange 공개적으로 프로퍼티

public float fireRange
리턴 float

fireRate 공개적으로 프로퍼티

public float fireRate
리턴 float

lineRender 공개적으로 프로퍼티

public LineRenderer,UnityEngine lineRender
리턴 UnityEngine.LineRenderer

maxDistance 공개적으로 프로퍼티

public float maxDistance
리턴 float

pl 공개적으로 프로퍼티

public ArrayList pl
리턴 ArrayList

speed 공개적으로 프로퍼티

public float speed
리턴 float

targetedPlayer 공개적으로 프로퍼티

public GameObject targetedPlayer
리턴 GameObject