mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 20:14:56 +02:00
Web3DOverlay's resolution property is deprecated
This commit is contained in:
parent
a6937d7c8b
commit
97b4dcaa5c
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ void Web3DOverlay::setProperties(const QVariantMap& properties) {
|
|||
*
|
||||
* @property {string} url - The URL of the Web page to display.
|
||||
* @property {string} scriptURL="" - The URL of a file of JavaScript to inject into the Web page.
|
||||
* @property {Vec2} resolution=640,480 - The number of pixels
|
||||
* @property {Vec2} resolution=640,480 - The number of pixels. <strong>Deprecated:</strong> This property is being removed.
|
||||
* @property {number} dpi=30.47 - The dots per inch to display the Web page at.
|
||||
* @property {Vec2} dimensions=1,1 - Scales the size of the overlay calculated from <code>resolution</code> and
|
||||
* <code>dpi</code>. Synonyms: <code>scale</code>, <code>size</code>.
|
||||
|
|
Loading…
Reference in a new issue