C# Класс Axiom.Components.Terrain.TerrainLayerDeclaration

The definition of the information each layer will contain in this terrain. All layers must contain the same structure of information, although the input textures can be different per layer instance.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Elements List
Samplers List

Открытые методы

Метод Описание
operator ( ) : bool

Описание методов

operator() публичный статический метод

public static operator ( ) : bool
Результат bool

Описание свойств

Elements публичное свойство

public List Elements
Результат List

Samplers публичное свойство

public List Samplers
Результат List