menu
raylib_dartified package
documentation
core/raylib.dart
RlVertexBufferDLike
normalsCount property
normalsCount property
dark_mode
light_mode
normalsCount
property
int
get
normalsCount
Implementation
int get normalsCount => elementCount > 0 ? elementCount * 3 : 0;
raylib_dartified package
documentation
core/raylib
RlVertexBufferDLike
normalsCount property
RlVertexBufferDLike extension on
RlVertexBufferD