menu
raylib_dartified_base package
documentation
core/raylib_dartified_base.dart
RlDrawCallBase<X extends RlDrawCallBase<X>>
textureId abstract property
textureId abstract property
dark_mode
light_mode
textureId
property
int
textureId
getter/setter pair
Texture id to be used on the draw. Use to create new draw call if changes.
Implementation
abstract int textureId;
raylib_dartified_base package
documentation
core/raylib_dartified_base
RlDrawCallBase<X extends RlDrawCallBase<X>>
textureId abstract property
RlDrawCallBase mixin