/** * 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; }
See Implementation
/** * 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; }