C# Class Specimen.Components.CAI

Inheritance: VeeEntity.Component
Show file Open project: SuperV1234/Specimen

Public Properties

Property Type Description
BulletSpeedBase int
BulletSpeedIncrease int
BulletSpeedMax int
ChaseSpeed float
ShootDelayMax float
WaitAmplitude float
WaitDelayMax float
WanderingDirectionDelayMax float
WanderingSpeed float

Public Methods

Method Description
CAI ( SPGame mGame, CStats mCStats, CBody mCBody, CMovement mCMovement, CRender mCRender, CLineOfSight mCLineOfSight ) : System
Update ( float mFrameTime ) : void

Method Details

CAI() public method

public CAI ( SPGame mGame, CStats mCStats, CBody mCBody, CMovement mCMovement, CRender mCRender, CLineOfSight mCLineOfSight ) : System
mGame SPGame
mCStats CStats
mCBody CBody
mCMovement CMovement
mCRender CRender
mCLineOfSight CLineOfSight
return System

Update() public method

public Update ( float mFrameTime ) : void
mFrameTime float
return void

Property Details

BulletSpeedBase public property

public int BulletSpeedBase
return int

BulletSpeedIncrease public property

public int BulletSpeedIncrease
return int

BulletSpeedMax public property

public int BulletSpeedMax
return int

ChaseSpeed public property

public float ChaseSpeed
return float

ShootDelayMax public property

public float ShootDelayMax
return float

WaitAmplitude public property

public float WaitAmplitude
return float

WaitDelayMax public property

public float WaitDelayMax
return float

WanderingDirectionDelayMax public property

public float WanderingDirectionDelayMax
return float

WanderingSpeed public property

public float WanderingSpeed
return float