C# Class StarSystem, casanova-mk2

Mostrar archivo Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
ActiveRules RuleTable,
ID int
JustEntered bool
Planets List
StarSystem1 List
_Ships List
count_down1 System.Single
count_down2 System.Single
counter3 System.Int32
frame int
q_temp1 System.Boolean
s Ship,

Public Methods

Method Description
Init ( ) : void
Rule0 ( float dt, World, world ) : void
Rule1 ( float dt, World, world ) : RuleResult
Rule2 ( float dt, World, world ) : void
StarSystem ( ) : Casanova.Prelude
Update ( float dt, World, world ) : void
UpdateSuspendedRules ( float dt, World, world, List toRemove, RuleTable, ActiveRules ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Rule0() public method

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

Rule1() public method

public Rule1 ( float dt, World, world ) : RuleResult
dt float
world World,
return RuleResult

Rule2() public method

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

StarSystem() public method

public StarSystem ( ) : Casanova.Prelude
return Casanova.Prelude

Update() public method

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

UpdateSuspendedRules() public method

public UpdateSuspendedRules ( float dt, World, world, List toRemove, RuleTable, ActiveRules ) : void
dt float
world World,
toRemove List
ActiveRules RuleTable,
return void

Property Details

ActiveRules public_oe property

public RuleTable, ActiveRules
return RuleTable,

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

Planets public_oe property

public List Planets
return List

StarSystem1 public_oe property

public List StarSystem1
return List

_Ships public_oe property

public List _Ships
return List

count_down1 public_oe property

public Single,System count_down1
return System.Single

count_down2 public_oe property

public Single,System count_down2
return System.Single

counter3 public_oe property

public Int32,System counter3
return System.Int32

frame public_oe property

public int frame
return int

q_temp1 public_oe property

public Boolean,System q_temp1
return System.Boolean

s public_oe property

public Ship, s
return Ship,