C# Class BobbitBrain

Inheritance: MonoBehaviour
Afficher le fichier Open project: jsngai/deepsquid Class Usage Examples

Méthodes publiques

Свойство Type Description
debugStatements bool
hideDist float
huntT float
message string
range float
state string
swimA float
swimF float
swimT float
vel float

Méthodes publiques

Méthode Description
OnParticleCollision ( GameObject o ) : void
Start ( ) : void
Update ( ) : void
attack ( ) : void
fixRotation ( Vector3 heading, Vector3 target ) : void
follow ( ) : void
patrol ( ) : void
sneek ( ) : void

Private Methods

Méthode Description
angleBetween ( Vector3 from, Vector3 to, string axis ) : float

Method Details

OnParticleCollision() public méthode

public OnParticleCollision ( GameObject o ) : void
o GameObject
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

attack() public méthode

public attack ( ) : void
Résultat void

fixRotation() public méthode

public fixRotation ( Vector3 heading, Vector3 target ) : void
heading Vector3
target Vector3
Résultat void

follow() public méthode

public follow ( ) : void
Résultat void

patrol() public méthode

public patrol ( ) : void
Résultat void

sneek() public méthode

public sneek ( ) : void
Résultat void

Property Details

debugStatements public_oe property

public bool debugStatements
Résultat bool

hideDist public_oe property

public float hideDist
Résultat float

huntT public_oe property

public float huntT
Résultat float

message public_oe property

public string message
Résultat string

range public_oe property

public float range
Résultat float

state public_oe property

public string state
Résultat string

swimA public_oe property

public float swimA
Résultat float

swimF public_oe property

public float swimF
Résultat float

swimT public_oe property

public float swimT
Résultat float

vel public_oe property

public float vel
Résultat float