Class Cube
Creates a simple cube geometry straight from the code.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Core.Primitives
Assembly: Fusee.Engine.Core.dll
Syntax
public class Cube : Mesh, IComponent, IManagedMesh, IDisposable
Constructors
Cube()
Initializes a new instance of the Cube class. The default cube is 1 unit big.
Declaration
public Cube()
Implements
System.IDisposable