C# 클래스 Axiom.Components.Terrain.TerrainSlot

Slot for a terrain instance, together with its definition.
상속: IDisposable
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Def TerrainSlotDefinition
Instance Axiom.Components.Terrain.Terrain
X long
Y long

공개 메소드들

메소드 설명
Dispose ( ) : void
FreeInstance ( ) : void

TerrainSlot ( long x, long y ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FreeInstance() 공개 메소드

public FreeInstance ( ) : void
리턴 void

TerrainSlot() 공개 메소드

public TerrainSlot ( long x, long y ) : System
x long
y long
리턴 System

프로퍼티 상세

Def 공개적으로 프로퍼티

Definition used to load the terrain
public TerrainSlotDefinition,Axiom.Components.Terrain Def
리턴 TerrainSlotDefinition

Instance 공개적으로 프로퍼티

Actual terrain instance
public Terrain,Axiom.Components.Terrain Instance
리턴 Axiom.Components.Terrain.Terrain

X 공개적으로 프로퍼티

The coordinates of the terrain slot relative to the centre slot (signed).
public long X
리턴 long

Y 공개적으로 프로퍼티

The coordinates of the terrain slot relative to the centre slot (signed).
public long Y
리턴 long