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