C# Class Azmyth.Mono.Plane

Afficher le fichier Open project: GalacticSoft/Azmyth Class Usage Examples

Méthodes publiques

Свойство Type Description
IsVisible bool
chunk Azmyth.Assets.TerrainChunk
direction Directions
m_plane Planes
world Azmyth.Assets.World

Méthodes publiques

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

Method Details

LoadPlane() public méthode

public LoadPlane ( int seed, int x, int y, int radius ) : void
seed int
x int
y int
radius int
Résultat void

Plane() public méthode

public Plane ( Planes plane ) : System
plane Planes
Résultat System

Property Details

IsVisible public_oe property

public bool IsVisible
Résultat bool

chunk public_oe property

public TerrainChunk,Azmyth.Assets chunk
Résultat Azmyth.Assets.TerrainChunk

direction public_oe property

public Directions direction
Résultat Directions

m_plane public_oe property

public Planes m_plane
Résultat Planes

world public_oe property

public World,Azmyth.Assets world
Résultat Azmyth.Assets.World