Geometry_GeometryType enum
Constructors
- Geometry_GeometryType()
-
const
Values
- sphere → const Geometry_GeometryType
- box → const Geometry_GeometryType
- capsule → const Geometry_GeometryType
- notSet → const Geometry_GeometryType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
Geometry_GeometryType> - A constant List of the values in this enum, in order of their declaration.