C# Class TerrainDemo.Framework.View

View 行列を管理するクラスです。
Afficher le fichier Open project: willcraftia/TestXna

Méthodes publiques

Свойство Type Description
Matrix Matrix

Méthodes publiques

Méthode Description
Update ( ) : void

Matrix プロパティを更新します。

Method Details

Update() public abstract méthode

Matrix プロパティを更新します。
public abstract Update ( ) : void
Résultat void

Property Details

Matrix public_oe property

View 行列。
public Matrix Matrix
Résultat Matrix