Table of Contents

Class Box3D

Namespace
AstraEngine.View3D
Assembly
AstraEngine.View3D.dll

Represents a Box that can be drawn in 3D space

public class Box3D : Drawable3D
Inheritance
Box3D
Inherited Members

Properties

Color

The color of this box

public Color Color { get; set; }

Property Value

Color

Height

The height of this box

public double Height { get; set; }

Property Value

double

Length

The length of this box

public double Length { get; set; }

Property Value

double

Width

The width of this box

public double Width { get; set; }

Property Value

double

Methods

Draw(ICamera3D)

Draws this box using the specified camera

public override void Draw(ICamera3D camera)

Parameters

camera ICamera3D