Flutter
vector_math_geometry
MeshGeometry
triangleVertexCount property
triangleVertexCount
MeshGeometry class
Constructors
MeshGeometry
combine
copy
fromJson
resetAttribs
Properties
attribs
buffer
indices
length
stride
triangleVertexCount
hashCode
runtimeType
Methods
attribsAreCompatible
getAttrib
getViewForAttrib
toJson
noSuchMethod
toString
Operators
operator ==
Static methods
attribFromJson
triangleVertexCount property
int
triangleVertexCount
Implementation
int get triangleVertexCount => indices != null ? indices.length : length;