C# Класс UnityContrib.UnityEditor.TerrainEx

Provides helper methods for working with the T:UnityEngine.Terrain class.
Показать файл Открыть проект

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

Метод Описание
DrawTreesAndFoliage ( this terrain ) : bool

Returns a value indicating if tree and foliage is drawn on the specified terrain.

DrawTreesAndFoliage ( this terrain, bool value ) : void

Assigns a value indicating if tree and foliage is drawn on the specified terrain.

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

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

Returns a value indicating if tree and foliage is drawn on the specified terrain.
public static DrawTreesAndFoliage ( this terrain ) : bool
terrain this /// The to query. ///
Результат bool

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

Assigns a value indicating if tree and foliage is drawn on the specified terrain.
public static DrawTreesAndFoliage ( this terrain, bool value ) : void
terrain this /// The to change. ///
value bool /// true if trees and foliage is drawn; otherwise false. ///
Результат void