C# Class Game.PlanetStatModifier

Mostra file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
AtkDelta System.Single
AtkMax System.Single
AtkMin System.Single
DefDelta System.Single
DefMax System.Single
DefMin System.Single
ID int
JustEntered bool
ProdDelta System.Single
ProdMax System.Single
ProdMin System.Single
ResDelta System.Single
ResMax System.Single
ResMin System.Single
frame int

Public Methods

Method Description
PlanetStatModifier ( System atkMin, System atkMax, System atkDelta, System defMin, System defMax, System defDelta, System prodMin, System prodMax, System prodDelta, System resMin, System resMax, System resDelta ) : Casanova.Prelude
Update ( float dt, World world ) : void

Method Details

PlanetStatModifier() public method

public PlanetStatModifier ( System atkMin, System atkMax, System atkDelta, System defMin, System defMax, System defDelta, System prodMin, System prodMax, System prodDelta, System resMin, System resMax, System resDelta ) : Casanova.Prelude
atkMin System
atkMax System
atkDelta System
defMin System
defMax System
defDelta System
prodMin System
prodMax System
prodDelta System
resMin System
resMax System
resDelta System
return Casanova.Prelude

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

AtkDelta public_oe property

public Single,System AtkDelta
return System.Single

AtkMax public_oe property

public Single,System AtkMax
return System.Single

AtkMin public_oe property

public Single,System AtkMin
return System.Single

DefDelta public_oe property

public Single,System DefDelta
return System.Single

DefMax public_oe property

public Single,System DefMax
return System.Single

DefMin public_oe property

public Single,System DefMin
return System.Single

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

ProdDelta public_oe property

public Single,System ProdDelta
return System.Single

ProdMax public_oe property

public Single,System ProdMax
return System.Single

ProdMin public_oe property

public Single,System ProdMin
return System.Single

ResDelta public_oe property

public Single,System ResDelta
return System.Single

ResMax public_oe property

public Single,System ResMax
return System.Single

ResMin public_oe property

public Single,System ResMin
return System.Single

frame public_oe property

public int frame
return int