Class NineSlicePlane
Creates a plane geometry straight from the code that is divided in 9 tiles. This geometry is intended for displaying GUI Textures.
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 NineSlicePlane : Mesh, IComponent, IManagedMesh, IDisposable
  Constructors
NineSlicePlane()
Initializes a new instance of the NineSlicePlane class. The default NineSlicePlane is 1 unit big.
Declaration
public NineSlicePlane()
  Implements
      System.IDisposable