画面に表示されるもの一般の基本となるオブジェクト。
詳細は本家 PIXI のサイト PIXI.DisplayObject を参照。
Name | Type | Description |
---|---|---|
accessible |
Boolean | 操作可能か |
accessibleHint |
String | |
accessibleTitle |
String | |
alpha |
Number | 不透明度 |
angle |
Number | 回転角(角度) |
buttonMode |
Boolean | マウスオーバー時などポインタが変更されるか |
cacheAsBitmap |
Boolean | ビットマップとしてキャッシュされるか |
cursor |
String | マウスオーバー時のポインタの種類 |
filterArea |
PIXI.Rectangle | フィルタ範囲 |
filters |
Array.<PIXI.Filter> | フィルタの配列 |
hitArea |
PIXI.IHitArea | (クリック)判定範囲 |
interactive |
Boolean | (クリック)操作可能か |
isSprite |
Boolean | スプライトか |
localTransform |
PIXI.Matrix | [read-only]ローカルな変形 |
mask |
PIXI.Graphics | PIXI.Sprite | null | マスク画像 |
name |
String | 名前 |
parent |
PIXI.Container | [read-only] 親コンテナオブジェクト |
pivot |
PIXI.IPoint | 回転軸 |
position |
Point | 位置(x, y を同時に指定) |
renderable |
Boolean | レンダ可能か |
rotation |
Number | 回転角(ラジアン) |
scale |
PIXI.IPoint | 拡大率(ex: 等倍 {1, 1} / 横 2 倍 {2, 1}) |
skew |
PIXI.ObservablePoint | 傾斜 |
transform |
PIXI.Matrix | 変形 |
visible |
Boolean | 表示中か |
worldAlpha |
Number | [read-only] 最終的な不透明度 |
worldTransform |
PIXI.Matrix | [read-only] 最終的な変形 |
worldVisible |
Boolean | [read-only] 最終的に表示中か |
x |
Number | x 座標(ピクセル) |
y |
Number | y 座標(ピクセル) |
zIndex |
Number | 高い番号ほど手前に表示される番号 |
_accessibleDiv |
Boolean | |
_bounds |
PIXI.Bounds | 矩形範囲 |
_destroyed |
Boolean | destroy() により破棄されているか |
_lastSortedIndex |
Number | 最終ソート番号 |
_mask |
PIXI.Graphics | PIXI.Sprite | null | マスク画像 |
_tempDisplayObjectParent |
PIXI.DisplayObject | 仮の親オブジェクト |
_zIndex |
Number | 高い番号ほど手前に表示される番号 |
指定オブジェクトを元に、列挙可能なすべてのプロパティとメソッドをミックスインさせます。
Name | Type | Description |
---|---|---|
source |
Object | ミックスインの元となるオブジェクト |
破棄する。
矩形範囲を返す。
Name | Type | Description |
---|---|---|
skipUpdate |
Boolean | opt. |
rect |
PIXI.Rectangle | opt. |
Name | Type | Description |
---|---|---|
point |
PIXI.Point | opt. |
skipUpdate |
Boolean | opt. |
Name | Type | Description |
---|---|---|
rect |
PIXI.Rectangle | opt. |
Name | Type | Description |
---|---|---|
renderer |
PIXI.Renderer |
親オブジェクトを設定。
Name | Type | Description |
---|---|---|
container |
PIXI.Container | 親に指定するコンテナオブジェクト |
まとめて変形を設定してPIXI.DisplayObjectを返す。
Name | Type | Description |
---|---|---|
x |
Number | x 座標 |
y |
Number | y 座標 |
scaleX |
Number | x 拡大率 |
scaleY |
Number | y 拡大率 |
rotation |
Number | 回転角(ラジアン) |
skewX |
Number | x 傾斜 |
skewY |
Number | y 傾斜 |
pivotX |
Number | 回転軸 x 座標 |
pivotY |
Number | 回転軸 y 座標 |
グローバル座標に変換。
Name | Type | Default | Description |
---|---|---|---|
position |
PIXI.Point | 変換元の座標 | |
point |
PIXI.Point | opt. | |
skipUpdate |
false | Boolean | opt. |
ローカル座標に変換。
Name | Type | Default | Description |
---|---|---|---|
position |
PIXI.Point | 変換元の座標 | |
from |
PIXI.DisplayObject | opt. | |
point |
PIXI.Point | opt. | |
skipUpdate |
false | Boolean | opt. |
変形のアップデート。
Name | Type | Description |
---|---|---|
container |
PIXI.Container | 子が追加されたコンテナ |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
container |
PIXI.Container | 子が削除されたコンテナ |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |
Name | Type | Description |
---|---|---|
event |
PIXI.interaction.InteractionEvent | 操作イベント |