Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

KinematicBody

KinematicBody: "KinematicBody"
memberof

Duck.Types.PhysicsBody.KinematicBody

description

A type of PhysicsBody that can be moved and can be effected by gravity and friction.

since

2.0.0

RigidBody

RigidBody: "RigidBody"
memberof

Duck.Types.PhysicsBody.KinematicBody

description

A type of PhysicsBody that cannot be moved but can be effected by gravity and friction.

since

2.0.0

StaticBody

StaticBody: "StaticBody"
memberof

Duck.Types.PhysicsBody.KinematicBody

description

A type of PhysicsBody that cannot be moved and cannot be effected by gravity and friction.

since

2.0.0

Type

Generated using TypeDoc