C# Class Specimen.Components.CAI

Inheritance: VeeEntity.Component
Mostrar archivo 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_oe property

public int BulletSpeedBase
return int

BulletSpeedIncrease public_oe property

public int BulletSpeedIncrease
return int

BulletSpeedMax public_oe property

public int BulletSpeedMax
return int

ChaseSpeed public_oe property

public float ChaseSpeed
return float

ShootDelayMax public_oe property

public float ShootDelayMax
return float

WaitAmplitude public_oe property

public float WaitAmplitude
return float

WaitDelayMax public_oe property

public float WaitDelayMax
return float

WanderingDirectionDelayMax public_oe property

public float WanderingDirectionDelayMax
return float

WanderingSpeed public_oe property

public float WanderingSpeed
return float