Enum Radius.Types
Enum representing Radius types. Each Radius instance has a Type field which contains the corresponding value from this enum. Useful for easy mapping of Radius types to a primitive type (for cases like a switch statement).
Namespace: GoRogue
Assembly: GoRogue.dll
Syntax
public enum Types
Fields
Name | Description |
---|---|
CIRCLE | Type for Radius.CIRCLE. |
CUBE | Type for Radius.CUBE. |
DIAMOND | Type for Radius.DIAMOND. |
OCTAHEDRON | Type for Radius.OCTAHEDRON. |
SPHERE | Type for Radius.SPHERE. |
SQUARE | Type for Radius.SQUARE. |