C# 클래스 StarWarrior.Components.SpatialFormComponent

The spatial form.
상속: IComponent
파일 보기 프로젝트 열기: thelinuxlich/starwarrior_CSharp

공개 메소드들

메소드 설명
SpatialFormComponent ( ) : Artemis.Interface

Initializes a new instance of the SpatialFormComponent class.

SpatialFormComponent ( string spatialFormFile ) : Artemis.Interface

Initializes a new instance of the SpatialFormComponent class.

메소드 상세

SpatialFormComponent() 공개 메소드

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

SpatialFormComponent() 공개 메소드

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