C# Class Glare.Graphics.Terrains.Terrain

Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Terrain ( ) : System
Update ( ) : void

Update any data structures that have become out-of-date by modifications to the terrain. If the terrain is static, this is pointless (but harmless). This may cause the render target to change, which will clear the main buffer when reset. So don't call this in the middle of rendering.

Method Details

Terrain() public method

public Terrain ( ) : System
return System

Update() public method

Update any data structures that have become out-of-date by modifications to the terrain. If the terrain is static, this is pointless (but harmless). This may cause the render target to change, which will clear the main buffer when reset. So don't call this in the middle of rendering.
public Update ( ) : void
return void