C# Class StarWarrior.Components.SpatialFormComponent

The spatial form.
Inheritance: IComponent
Show file Open project: thelinuxlich/starwarrior_CSharp

Public Methods

Method Description
SpatialFormComponent ( ) : Artemis.Interface

Initializes a new instance of the SpatialFormComponent class.

SpatialFormComponent ( string spatialFormFile ) : Artemis.Interface

Initializes a new instance of the SpatialFormComponent class.

Method Details

SpatialFormComponent() public method

Initializes a new instance of the SpatialFormComponent class.
public SpatialFormComponent ( ) : Artemis.Interface
return Artemis.Interface

SpatialFormComponent() public method

Initializes a new instance of the SpatialFormComponent class.
public SpatialFormComponent ( string spatialFormFile ) : Artemis.Interface
spatialFormFile string The spatial form file.
return Artemis.Interface