C# Class StarWarrior.Components.SpatialFormComponent

The spatial form.
Inheritance: IComponent
Afficher le fichier Open project: thelinuxlich/starwarrior_CSharp

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the SpatialFormComponent class.
public SpatialFormComponent ( ) : Artemis.Interface
Résultat Artemis.Interface

SpatialFormComponent() public méthode

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