C# Class GoliathMovement, gmap377_leathGloves_inc

Inheritance: BufferedMovement
显示文件 Open project: bi3mer/gmap377_leathGloves_inc

Public Properties

Property Type Description
chargeDistanceChange float
chargeDistanceThreshold float
chargeSpeed float
distanceInFrontOfPlayer float
goliathAnimator Animator

Public Methods

Method Description
FixedUpdate ( ) : void
OnDisable ( ) : void
OnTriggerEnter ( Collider obj ) : void
OnTriggerExit ( Collider obj ) : void
Start ( ) : void

Initialize information

checkPlan ( ) : void

Checks the plan and sees if it needs to be updated

getChargePoint ( ) : void
shouldUpdatePlan ( ) : bool

Return true if plan needs to be updated

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider obj ) : void
obj Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider obj ) : void
obj Collider
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

getChargePoint() public method

public getChargePoint ( ) : void
return void

shouldUpdatePlan() public method

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

Property Details

chargeDistanceChange public_oe property

public float chargeDistanceChange
return float

chargeDistanceThreshold public_oe property

public float chargeDistanceThreshold
return float

chargeSpeed public_oe property

public float chargeSpeed
return float

distanceInFrontOfPlayer public_oe property

public float distanceInFrontOfPlayer
return float

goliathAnimator public_oe property

public Animator goliathAnimator
return Animator