C# Класс Project290.Screens.Shared.HypercubeDisplay

Used for displaying hypercubes.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DisplayRectangle Microsoft.Xna.Framework.Rectangle

Открытые методы

Метод Описание
Draw ( ) : void

Draws this instance.

HypercubeDisplay ( Rectangle displayRectangle, int hypercubeCount, Random random, float layerDepth ) : System

Initializes a new instance of the HypercubeDisplay class.

Set ( float x, float y ) : void

Sets the rectangle to the x, y specified.

SetLayerDepth ( float layerDepth ) : void

Sets the layer depth.

Update ( ) : void

Updates this instance.

Описание методов

Draw() публичный Метод

Draws this instance.
public Draw ( ) : void
Результат void

HypercubeDisplay() публичный Метод

Initializes a new instance of the HypercubeDisplay class.
public HypercubeDisplay ( Rectangle displayRectangle, int hypercubeCount, Random random, float layerDepth ) : System
displayRectangle Microsoft.Xna.Framework.Rectangle The display rectangle.
hypercubeCount int The number of hypercubes.
random System.Random The PRNG.
layerDepth float The layer depth.
Результат System

Set() публичный Метод

Sets the rectangle to the x, y specified.
public Set ( float x, float y ) : void
x float The x.
y float The y.
Результат void

SetLayerDepth() публичный Метод

Sets the layer depth.
public SetLayerDepth ( float layerDepth ) : void
layerDepth float The layer depth.
Результат void

Update() публичный Метод

Updates this instance.
public Update ( ) : void
Результат void

Описание свойств

DisplayRectangle публичное свойство

The bounding rectangle for the hypercubes and background.
public Rectangle,Microsoft.Xna.Framework DisplayRectangle
Результат Microsoft.Xna.Framework.Rectangle