C# 클래스 Azmyth.Mono.Plane

파일 보기 프로젝트 열기: GalacticSoft/Azmyth 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsVisible bool
chunk Azmyth.Assets.TerrainChunk
direction Directions
m_plane Planes
world Azmyth.Assets.World

공개 메소드들

메소드 설명
LoadPlane ( int seed, int x, int y, int radius ) : void
Plane ( Planes plane ) : System

메소드 상세

LoadPlane() 공개 메소드

public LoadPlane ( int seed, int x, int y, int radius ) : void
seed int
x int
y int
radius int
리턴 void

Plane() 공개 메소드

public Plane ( Planes plane ) : System
plane Planes
리턴 System

프로퍼티 상세

IsVisible 공개적으로 프로퍼티

public bool IsVisible
리턴 bool

chunk 공개적으로 프로퍼티

public TerrainChunk,Azmyth.Assets chunk
리턴 Azmyth.Assets.TerrainChunk

direction 공개적으로 프로퍼티

public Directions direction
리턴 Directions

m_plane 공개적으로 프로퍼티

public Planes m_plane
리턴 Planes

world 공개적으로 프로퍼티

public World,Azmyth.Assets world
리턴 Azmyth.Assets.World