C# 클래스 Opponent, ANI2012A15

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

공개 프로퍼티들

프로퍼티 타입 설명
damage float
gameObjectEngine GameObject
gameObjectTarget GameObject
speed float
velocity Vector3

공개 메소드들

메소드 설명
Move ( Vector3 v ) : void
Orient ( GameObject go ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Move() 공개 메소드

public Move ( Vector3 v ) : void
v Vector3
리턴 void

Orient() 공개 메소드

public Orient ( GameObject go ) : void
go GameObject
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

damage 공개적으로 프로퍼티

public float damage
리턴 float

gameObjectEngine 공개적으로 프로퍼티

public GameObject gameObjectEngine
리턴 GameObject

gameObjectTarget 공개적으로 프로퍼티

public GameObject gameObjectTarget
리턴 GameObject

speed 공개적으로 프로퍼티

public float speed
리턴 float

velocity 공개적으로 프로퍼티

public Vector3 velocity
리턴 Vector3