@next2d/player 1.4.8 → 1.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.ja.md CHANGED
@@ -55,12 +55,12 @@ loader.load(request);
55
55
 
56
56
  ## Option settings
57
57
 
58
- | name | value | default | description |
58
+ | プロパティ名 | | デフォルト値 | 説明 |
59
59
  | --- | --- | --- | --- |
60
- | `base` | string | empty | The value to be set if the URL is not set at the time of the request. |
61
- | `fullScreen` | boolean | false | It will be drawn beyond the width and height set in the fullscreen setting and stage. |
62
- | `tagId` | string | empty | Set value of the ID of the DOM where you want to set the drawing. |
63
- | `bgColor` | array [R,G,B,A] or false | false | RGBA can be specified from 0-255. |
60
+ | `base` | string | empty | 相対パスでJSONを取得する場合、ここで設定したURLがrootとして適用されます。絶対パスの場合はここで設定したURLは適用されません。 |
61
+ | `fullScreen` | boolean | false | Stageクラスで設定した幅と高さを超えて画面全体に描画されます。 |
62
+ | `tagId` | string | empty | IDを指定すると、指定したIDのエレメント内で描画を行います。 |
63
+ | `bgColor` | array [R,G,B,A] or false | false | 背景色の[R,G,B,A]の配列は0255で指定できます。falseは無色透明です。 |
64
64
 
65
65
  ## Related sites
66
66
  * [Website](https://next2d.app)
package/README.md CHANGED
@@ -58,10 +58,10 @@ loader.load(request);
58
58
 
59
59
  | name | value | default | description |
60
60
  | --- | --- | --- | --- |
61
- | `base` | string | empty | The value to be set if the URL is not set at the time of the request. |
62
- | `fullScreen` | boolean | false | It will be drawn beyond the width and height set in the fullscreen setting and stage. |
63
- | `tagId` | string | empty | Set value of the ID of the DOM where you want to set the drawing. |
64
- | `bgColor` | array [R,G,B,A] or false | false | RGBA can be specified from 0-255. |
61
+ | `base` | string | empty | When acquiring JSON by relative path, the URL set here will be applied as the root. For absolute paths, the URL set here will not be applied. |
62
+ | `fullScreen` | boolean | false | It will be drawn on the entire screen beyond the width and height set in the Stage class. |
63
+ | `tagId` | string | empty | When an ID is specified, drawing will be performed within the element with the specified ID. |
64
+ | `bgColor` | The [R,G,B,A] array of background colors can be specified from 0 to 255. false is colorless and transparent. |
65
65
 
66
66
  ## Related sites
67
67
  * [Website](https://next2d.app)