C# Class Scorpion, gmap377_leathGloves_inc

Inheritance: BufferedMovement
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Méthodes publiques

Свойство Type Description
laserSquareDistanceMax float
laserSquareDistanceMin float
maxAngleToAttack float
meleeSquareDistance float
minAngleToAttack float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void

Handle Controller

Start ( ) : void

Initialize information

checkPlan ( ) : void

Checks the plan and sees if it needs to be updated

shouldUpdatePlan ( ) : bool

Return true if plan needs to be updated

Private Methods

Méthode Description
lookingAtPlayer ( ) : bool

Method Details

FixedUpdate() public méthode

Handle Controller
public FixedUpdate ( ) : void
Résultat void

Start() public méthode

Initialize information
public Start ( ) : void
Résultat void

checkPlan() public méthode

Checks the plan and sees if it needs to be updated
public checkPlan ( ) : void
Résultat void

shouldUpdatePlan() public méthode

Return true if plan needs to be updated
public shouldUpdatePlan ( ) : bool
Résultat bool

Property Details

laserSquareDistanceMax public_oe property

public float laserSquareDistanceMax
Résultat float

laserSquareDistanceMin public_oe property

public float laserSquareDistanceMin
Résultat float

maxAngleToAttack public_oe property

public float maxAngleToAttack
Résultat float

meleeSquareDistance public_oe property

public float meleeSquareDistance
Résultat float

minAngleToAttack public_oe property

public float minAngleToAttack
Résultat float