Class Plane
Creates a simple plane 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 Plane : Mesh, IComponent, IManagedMesh, IDisposable
Constructors
Plane()
Initializes a new instance of the Plane class. The default plane is 1 unit big.
Declaration
public Plane()
Implements
System.IDisposable