コライダー情報。

Colliderの生成に用いる情報。

Hierarchy

  • ColliderInfo

Properties

boundType: string

コライダー境界形状。

aabb, box, circle がある。

cellName?: string

コライダーの形状が cell の時参照するセルの名前。

center?: {
    x: number;
    y: number;
}

circle の中心位置。

bone相対位置。

コライダーの形状が circle の時参照される。

Type declaration

  • x: number
  • y: number
geometryType: string

コライダー形状。

cell, box, circle がある。

height?: number

box の高さ。

コライダーの形状が box の時参照される。

radius?: number

circle の半径。

アニメーションで定義されているとき上書きされる。

コライダーの形状が circle の時参照される。

scaleOption?: string

circle の半径のスケール方法。

min, max, または none 。

コライダーの形状が circle の時参照される。

width?: number

box の幅。

コライダーの形状が box の時参照される。

Generated using TypeDoc