スキンクラス

スキンはActorの各ボーンに取り付けられる表示物であるセルの集合である。

Hierarchy

  • Skin

Constructors

Properties

cells: {
    [key: string]: Cell;
} = {}

セルのセット。

キーはセル名。

Type declaration

  • [key: string]: Cell
imageAssetName: string

画像アセット名。

スキンで使用する画像のアセット名。

imageSizeH: number

画像の幅。

imageSizeW: number

画像の高さ。

name: string

スキン名。

surface: Surface

Generated using TypeDoc