C# Класс Azmyth.Mono.Plane

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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