evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
Drawable.this
evael
graphics
Drawable
Drawable
Drawable constructor.
this
(GraphicsDevice graphicsDevice)
class
Drawable
@
nogc
@
safe
pure nothrow
this
(
GraphicsDevice
graphicsDevice
)
this
(float x, float y, float z)
this
(float x, float y, float z, Size!int size)
this
(vec3 position, Size!int size)
Meta
Source
See Implementation
evael
graphics
Drawable
Drawable
constructors
this
functions
draw
properties
graphics
isVisible
position
rotation
scale
shader
size
texture
vertexBuffer
variables
m_graphicsDevice
m_indexBuffer
m_isVisible
m_position
m_rotation
m_scale
m_shader
m_size
m_texture
m_vao
m_vertexBuffer
Drawable constructor.