C# Class Azmyth.Mono.Plane

Datei anzeigen Open project: GalacticSoft/Azmyth Class Usage Examples

Public Properties

Property Type Description
IsVisible bool
chunk Azmyth.Assets.TerrainChunk
direction Directions
m_plane Planes
world Azmyth.Assets.World

Public Methods

Method Description
LoadPlane ( int seed, int x, int y, int radius ) : void
Plane ( Planes plane ) : System

Method Details

LoadPlane() public method

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

Plane() public method

public Plane ( Planes plane ) : System
plane Planes
return System

Property Details

IsVisible public_oe property

public bool IsVisible
return bool

chunk public_oe property

public TerrainChunk,Azmyth.Assets chunk
return Azmyth.Assets.TerrainChunk

direction public_oe property

public Directions direction
return Directions

m_plane public_oe property

public Planes m_plane
return Planes

world public_oe property

public World,Azmyth.Assets world
return Azmyth.Assets.World