C# Class MBeast, Madness

Inheritance: FContainer
显示文件 Open project: MattRix/Madness Class Usage Examples

Public Properties

Property Type Description
_elementSets MBeastElementSet[],
attackFrame int
attackTarget MBeast,
attackTower MTower,
beastType MBeastType,
blinkFrame int
defence float
hasTarget bool
health float
isAttacking bool
isAttackingTower bool
offence float
player MPlayer,
pool List
speed float
sprite FSprite,
target Vector2
velocity Vector2

Public Methods

Method Description
AdvanceFrame ( float amount ) : void
Destroy ( ) : void
Init ( ) : void
MBeast ( ) : System
New ( ) : MBeast,
Start ( MPlayer, player ) : void
UpdateStats ( ) : void

Method Details

AdvanceFrame() public method

public AdvanceFrame ( float amount ) : void
amount float
return void

Destroy() public method

public Destroy ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

MBeast() public method

public MBeast ( ) : System
return System

New() public static method

public static New ( ) : MBeast,
return MBeast,

Start() public method

public Start ( MPlayer, player ) : void
player MPlayer,
return void

UpdateStats() public method

public UpdateStats ( ) : void
return void

Property Details

_elementSets public_oe static_oe property

public static MBeastElementSet[], _elementSets
return MBeastElementSet[],

attackFrame public_oe property

public int attackFrame
return int

attackTarget public_oe property

public MBeast, attackTarget
return MBeast,

attackTower public_oe property

public MTower, attackTower
return MTower,

beastType public_oe property

public MBeastType, beastType
return MBeastType,

blinkFrame public_oe property

public int blinkFrame
return int

defence public_oe property

public float defence
return float

hasTarget public_oe property

public bool hasTarget
return bool

health public_oe property

public float health
return float

isAttacking public_oe property

public bool isAttacking
return bool

isAttackingTower public_oe property

public bool isAttackingTower
return bool

offence public_oe property

public float offence
return float

player public_oe property

public MPlayer, player
return MPlayer,

pool public_oe static_oe property

public static List pool
return List

speed public_oe property

public float speed
return float

sprite public_oe property

public FSprite, sprite
return FSprite,

target public_oe property

public Vector2 target
return Vector2

velocity public_oe property

public Vector2 velocity
return Vector2