TPrimitiveType class sealed

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

PRIMITIVETYPE_LINE_STRIP → const int
!< line strip
PRIMITIVETYPE_LINES → const int
!< lines
PRIMITIVETYPE_POINTS → const int
!< points
PRIMITIVETYPE_TRIANGLE_STRIP → const int
!< triangle strip
PRIMITIVETYPE_TRIANGLES → const int
!< triangles