Entity.scale

/** * Gets the entity's width. */ public final @property @safe @nogc float width() { return this.box.width; }

/** * Gets the entity's height. */ public final @property @safe @nogc float height() { return this.box.height; }

  1. float scale [@property getter]
    class Entity
    final pure nothrow @property @safe @nogc
    float
    scale
    ()
  2. float scale [@property setter]

Meta