C# Class GameEntities.Switch

Base class for defines the user switches. (Booleans and quantitatives).
Inheritance: Dynamic
显示文件 Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
OnPostCreate ( bool loaded ) : void

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).

OnValueChange ( ) : void

Method Details

OnPostCreate() protected method

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
protected OnPostCreate ( bool loaded ) : void
loaded bool
return void

OnValueChange() protected method

protected OnValueChange ( ) : void
return void