C# 클래스 StarWarrior.Components.TransformComponent

상속: Artemis.ComponentPoolable
파일 보기 프로젝트 열기: thelinuxlich/starwarrior_CSharp 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

CleanUp() 공개 메소드

The clean up.
public CleanUp ( ) : void
리턴 void

TransformComponent() 공개 메소드

Initializes a new instance of the TransformComponent class.
public TransformComponent ( ) : Artemis
리턴 Artemis

TransformComponent() 공개 메소드

Initializes a new instance of the TransformComponent class.
public TransformComponent ( Vector2 position ) : Artemis
position Vector2 The position.
리턴 Artemis

TransformComponent() 공개 메소드

Initializes a new instance of the TransformComponent class.
public TransformComponent ( float x, float y ) : Artemis
x float The x.
y float The y.
리턴 Artemis