Click or drag to resize
GameSystemAttribute Class
System that is automatically added to the game.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Slash.Application.SystemsGameSystemAttribute

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GameSystemAttribute : Attribute

The GameSystemAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGameSystemAttribute
System that is automatically added to the game.
Top
Properties
  NameDescription
Public propertyEnabled
Whether the system should be added to the game, or not.
Public propertyOrder
Order to add the systems in. Systems with higher order will be added later.
Top
See Also