C# Class Scorpion, gmap377_leathGloves_inc

Inheritance: BufferedMovement
Show file Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
laserSquareDistanceMax float
laserSquareDistanceMin float
maxAngleToAttack float
meleeSquareDistance float
minAngleToAttack float

Public Methods

Method 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

Method Description
lookingAtPlayer ( ) : bool

Method Details

FixedUpdate() public method

Handle Controller
public FixedUpdate ( ) : void
return void

Start() public method

Initialize information
public Start ( ) : void
return void

checkPlan() public method

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

shouldUpdatePlan() public method

Return true if plan needs to be updated
public shouldUpdatePlan ( ) : bool
return bool

Property Details

laserSquareDistanceMax public property

public float laserSquareDistanceMax
return float

laserSquareDistanceMin public property

public float laserSquareDistanceMin
return float

maxAngleToAttack public property

public float maxAngleToAttack
return float

meleeSquareDistance public property

public float meleeSquareDistance
return float

minAngleToAttack public property

public float minAngleToAttack
return float