C# Class StdPaint.Scene

A Scene containing objects to be rendered.
Afficher le fichier Open project: TheBerkin/StdPaint Class Usage Examples

Méthodes publiques

Свойство Type Description
ActiveCamera Camera
Objects List

Méthodes publiques

Méthode Description
Render ( ConsoleBuffer buffer ) : void

Render the current scene to the active buffer.

Scene ( ) : System

Create a new Scene object.

Method Details

Render() public méthode

Render the current scene to the active buffer.
public Render ( ConsoleBuffer buffer ) : void
buffer ConsoleBuffer
Résultat void

Scene() public méthode

Create a new Scene object.
public Scene ( ) : System
Résultat System

Property Details

ActiveCamera public_oe property

The Camera currently used to render the scene.
public Camera,StdPaint ActiveCamera
Résultat Camera

Objects public_oe property

The objects in the scene.
public List Objects
Résultat List