MeshPrimitiveT class

Implemented types

Constructors

MeshPrimitiveT({VertexBufferTypeId? verticesType, dynamic vertices, IndicesT? indices, MaterialT? material})

Properties

hashCode int
The hash code for this object.
no setterinherited
indices IndicesT?
getter/setter pair
material MaterialT?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertices ↔ dynamic
getter/setter pair
verticesType VertexBufferTypeId?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pack(Builder fbBuilder) int
Serialize the object using the given builder, returning the offset.
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited