Skip to content

Game.ArtPipeline.Impostors.ImpostorShape

Assembly: Game.ArtPipeline
Namespace: Game.ArtPipeline.Impostors

Type: enum sealed public

Base: System.Enum
Implements: System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible

Code

public sealed enum ImpostorShape : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Int32 value__;
    public static const Game.ArtPipeline.Impostors.ImpostorShape HemiOctahedral;
    public static const Game.ArtPipeline.Impostors.ImpostorShape Octahedral;

}

Fields

  • public System.Int32 value__
public System.Int32 value__;
  • public static const Game.ArtPipeline.Impostors.ImpostorShape HemiOctahedral
public static const Game.ArtPipeline.Impostors.ImpostorShape HemiOctahedral;
  • public static const Game.ArtPipeline.Impostors.ImpostorShape Octahedral
public static const Game.ArtPipeline.Impostors.ImpostorShape Octahedral;