Class WireframeCube
Creates a simple wireframe cube geometry straight from the code. For line width use RC.LineWidth();
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 WireframeCube : Mesh, IComponent, IManagedMesh, IDisposable
  Constructors
WireframeCube()
Initializes a new instance of the WireframeCube class. The default cube is 1 unit big.
Declaration
public WireframeCube()
  Implements
      System.IDisposable