VertexAttrib class Null safety
Constructors
- VertexAttrib(String name, int size, String type)
- VertexAttrib.copy(VertexAttrib attrib)
Properties
- elementSize → int
-
read-only
- format → String
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name → String
-
final
- offset → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- size → int
-
final
- stride → int
-
final
- type → String
-
final
Methods
-
getView(
Float32List buffer) → VectorList< Vector> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited