C# Class StarWarrior.Components.TransformComponent

Inheritance: Artemis.ComponentPoolable
Afficher le fichier Open project: thelinuxlich/starwarrior_CSharp Class Usage Examples

Méthodes publiques

Méthode Description
CleanUp ( ) : void

The clean up.

TransformComponent ( ) : Artemis

Initializes a new instance of the TransformComponent class.

TransformComponent ( Vector2 position ) : Artemis

Initializes a new instance of the TransformComponent class.

TransformComponent ( float x, float y ) : Artemis

Initializes a new instance of the TransformComponent class.

Method Details

CleanUp() public méthode

The clean up.
public CleanUp ( ) : void
Résultat void

TransformComponent() public méthode

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

TransformComponent() public méthode

Initializes a new instance of the TransformComponent class.
public TransformComponent ( Vector2 position ) : Artemis
position Vector2 The position.
Résultat Artemis

TransformComponent() public méthode

Initializes a new instance of the TransformComponent class.
public TransformComponent ( float x, float y ) : Artemis
x float The x.
y float The y.
Résultat Artemis