C# Class uFrameECSDemo.EnemyAI

Inheritance: uFrame.ECS.EcsComponent
Show file Open project: InvertGames/uFrameECSDemo Class Usage Examples

Public Methods

Method Description
SetCurrentSpeed ( System.Single value ) : void
SetDodge ( System.Single value ) : void
SetManeuverTime ( Vector2 value ) : void
SetManeuverWait ( Vector2 value ) : void
SetSmoothing ( System.Single value ) : void
SetStartWait ( Vector2 value ) : void
SetTargetManeuver ( System.Single value ) : void
SetTilt ( System.Single value ) : void

Method Details

SetCurrentSpeed() public method

public SetCurrentSpeed ( System.Single value ) : void
value System.Single
return void

SetDodge() public method

public SetDodge ( System.Single value ) : void
value System.Single
return void

SetManeuverTime() public method

public SetManeuverTime ( Vector2 value ) : void
value Vector2
return void

SetManeuverWait() public method

public SetManeuverWait ( Vector2 value ) : void
value Vector2
return void

SetSmoothing() public method

public SetSmoothing ( System.Single value ) : void
value System.Single
return void

SetStartWait() public method

public SetStartWait ( Vector2 value ) : void
value Vector2
return void

SetTargetManeuver() public method

public SetTargetManeuver ( System.Single value ) : void
value System.Single
return void

SetTilt() public method

public SetTilt ( System.Single value ) : void
value System.Single
return void