C# Class EgoSystem, EgoCS

Mostrar archivo Open project: andoowhy/EgoCS Class Usage Examples

Public Properties

Property Type Description
enabled bool

Protected Properties

Property Type Description
_mask BitMask,

Public Methods

Method Description
CreateBundles ( EgoComponent egoComponents ) : void
EgoSystem ( ) : System
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CreateBundles() public method

public CreateBundles ( EgoComponent egoComponents ) : void
egoComponents EgoComponent
return void

EgoSystem() public method

public EgoSystem ( ) : System
return System

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

_mask protected_oe property

protected BitMask, _mask
return BitMask,

enabled public_oe property

public bool enabled
return bool