Drawable.this

Undocumented in source.
  1. this(GraphicsDevice graphicsDevice)
  2. this(float x, float y, float z)
    class Drawable
    @nogc @safe pure nothrow
    this
    (
    in float x = 0.0f
    ,
    in float y = 0.0f
    ,
    in float z = 0.0f
    )
  3. this(float x, float y, float z, Size!int size)
  4. this(vec3 position, Size!int size)

Meta