Метод | Описание | |
---|---|---|
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.
|
public static DrawTreesAndFoliage ( this terrain ) : bool | ||
terrain | this |
/// The |
Результат | bool |
public static DrawTreesAndFoliage ( this terrain, bool value ) : void | ||
terrain | this |
/// The |
value | bool | /// true if trees and foliage is drawn; otherwise false. /// |
Результат | void |