UniformType enum

Inheritance
Available extensions

Values

uniformBool → const UniformType
uniformInt → const UniformType
uniformFloat → const UniformType
uniformVec2 → const UniformType
uniformVec3 → const UniformType
uniformVec4 → const UniformType
uniformMat2 → const UniformType
uniformMat3 → const UniformType
uniformMat4 → const UniformType
uniformSampler2D → const UniformType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<UniformType>
A constant List of the values in this enum, in order of their declaration.