menu
raylib_dartified package
documentation
core/raylib.dart
MeshCLike
texcoordsCount property
texcoordsCount property
dark_mode
light_mode
texcoordsCount
property
int
get
texcoordsCount
Implementation
int get texcoordsCount => vertexCount > 0 ? vertexCount * 2 : 0;
raylib_dartified package
documentation
core/raylib
MeshCLike
texcoordsCount property
MeshCLike extension on
MeshC