C# 클래스 BobbitBrain

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

공개 프로퍼티들

프로퍼티 타입 설명
debugStatements bool
hideDist float
huntT float
message string
range float
state string
swimA float
swimF float
swimT float
vel float

공개 메소드들

메소드 설명
OnParticleCollision ( GameObject o ) : void
Start ( ) : void
Update ( ) : void
attack ( ) : void
fixRotation ( Vector3 heading, Vector3 target ) : void
follow ( ) : void
patrol ( ) : void
sneek ( ) : void

비공개 메소드들

메소드 설명
angleBetween ( Vector3 from, Vector3 to, string axis ) : float

메소드 상세

OnParticleCollision() 공개 메소드

public OnParticleCollision ( GameObject o ) : void
o GameObject
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

attack() 공개 메소드

public attack ( ) : void
리턴 void

fixRotation() 공개 메소드

public fixRotation ( Vector3 heading, Vector3 target ) : void
heading Vector3
target Vector3
리턴 void

follow() 공개 메소드

public follow ( ) : void
리턴 void

patrol() 공개 메소드

public patrol ( ) : void
리턴 void

sneek() 공개 메소드

public sneek ( ) : void
리턴 void

프로퍼티 상세

debugStatements 공개적으로 프로퍼티

public bool debugStatements
리턴 bool

hideDist 공개적으로 프로퍼티

public float hideDist
리턴 float

huntT 공개적으로 프로퍼티

public float huntT
리턴 float

message 공개적으로 프로퍼티

public string message
리턴 string

range 공개적으로 프로퍼티

public float range
리턴 float

state 공개적으로 프로퍼티

public string state
리턴 string

swimA 공개적으로 프로퍼티

public float swimA
리턴 float

swimF 공개적으로 프로퍼티

public float swimF
리턴 float

swimT 공개적으로 프로퍼티

public float swimT
리턴 float

vel 공개적으로 프로퍼티

public float vel
리턴 float