C# 클래스 Glare.Graphics.Terrains.Terrain

파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
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.

메소드 상세

Terrain() 공개 메소드

public Terrain ( ) : System
리턴 System

Update() 공개 메소드

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
리턴 void