C# Class Glare.Graphics.Terrains.Terrain

Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode 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 méthode

public Terrain ( ) : System
Résultat System

Update() public méthode

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
Résultat void