메소드 | 설명 | |
---|---|---|
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.
|
public TransformComponent ( Vector2 position ) : Artemis | ||
position | Vector2 | The position. |
리턴 | Artemis |
public TransformComponent ( float x, float y ) : Artemis | ||
x | float | The x. |
y | float | The y. |
리턴 | Artemis |