Class: StageQuality

StageQuality

StageQuality クラスでは、Stage.quality パラメーターの値を定義します。
デバイスフォントは quality プロパティの影響を受けません。

The StageQuality class defines the value of the Stage.quality parameter.
which are therefore unaffected by the quality property.

new next2d.display.StageQuality ()

Members

next2d.display.StageQuality.namespace staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.display.StageQuality

namespace constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.display.StageQuality

Methods

next2d.display.StageQuality.HIGH ()string static

高いレンダリング品質を指定します。
Specifies high rendering quality.

Default Value:
  • high
Returns:
TypeDescription
string

next2d.display.StageQuality.LOW ()string static

低いレンダリング品質を指定します。
Specifies low rendering quality.

Default Value:
  • low
Returns:
TypeDescription
string

next2d.display.StageQuality.MEDIUM ()string static

中程度のレンダリング品質を指定します。
Specifies medium rendering quality.

Default Value:
  • medium
Returns:
TypeDescription
string

next2d.display.StageQuality.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class StageQuality]
Returns:
TypeDescription
string

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object StageQuality]
Returns:
TypeDescription
string