ysge ~master (2026-07-03T20:13:52.8143379)
Dub
Repo
RenderValue
ysge
gameObject
a texture or a colour that will be used for rendering this object
union
RenderValue {
SDL_Color
colour
;
Texture
texture
;
this
(SDL_Color pcolour);
this
(Texture ptexture);
}
Constructors
this
this
(SDL_Color pcolour)
Undocumented in source.
this
this
(Texture ptexture)
Undocumented in source.
Members
Variables
colour
SDL_Color
colour
;
a texture or a colour that will be used for rendering this object
texture
Texture
texture
;
Undocumented in source.
Meta
Source
See Implementation
ysge
gameObject
classes
GameObject
enums
RenderType
structs
RenderInfo
RenderProps
unions
RenderValue
a texture or a colour that will be used for rendering this object