CapsuleColliderConfig
Defined in: tilemap/src/types.ts:147
Properties
Section titled “Properties”axis:
"x"|"y"
Defined in: tilemap/src/types.ts:156
Orientation of the capsule’s long axis.
halfHeight
Section titled “halfHeight”halfHeight:
number
Defined in: tilemap/src/types.ts:153
height
Section titled “height”height:
number
Defined in: tilemap/src/types.ts:152
radius
Section titled “radius”radius:
number
Defined in: tilemap/src/types.ts:154
rotation?
Section titled “rotation?”
optionalrotation?:number
Defined in: tilemap/src/types.ts:158
Rotation in radians about the (x, y) pivot. Absent when 0.
type:
"capsule"
Defined in: tilemap/src/types.ts:148
width:
number
Defined in: tilemap/src/types.ts:151
x:
number
Defined in: tilemap/src/types.ts:149
y:
number
Defined in: tilemap/src/types.ts:150