MeshPrimitive class
Constructors
-
MeshPrimitive(List<
int> bytes) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- indices → Indices?
-
no setter
- material → Material?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vertices → dynamic
-
no setter
- verticesType → VertexBufferTypeId?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
unpack(
) → MeshPrimitiveT
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
pack(
Builder fbBuilder, MeshPrimitiveT? object) → int
Constants
-
reader
→ const Reader<
MeshPrimitive>