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
Height
The height of this box
public double Height { get; set; }
Property Value
Length
The length of this box
public double Length { get; set; }
Property Value
Width
The width of this box
public double Width { get; set; }
Property Value
Methods
Draw(ICamera3D)
Draws this box using the specified camera
public override void Draw(ICamera3D camera)
Parameters
cameraICamera3D