Construct a CircleBody
The basic shape configuration for the circle
X coordinate of the center of the circle
Y coordinate of the center of the circle
Radius of the circle
A set of configuration options that can be applied while creating the circle:
physicsCfg.scene
The scene where this body should be madephysicsCfg.density
The density of the bodyphysicsCfg.elasticity
The elasticity of the bodyphysicsCfg.friction
The friction of the bodyphysicsCfg.disableRotation
Should rotation be disabled?physicsCfg.collisionsEnabled
Do collisions happen, or do other bodies
glide through this?physicsCfg.stickySides
Which sides of the body are sticky, if
any?physicsCfg.stickyDelay
Delay after something stops sticking,
before it can stick againphysicsCfg.singleRigidSide
Are collisions only valid from one
direction?physicsCfg.passThroughId
Entities with a matching Id don't collide
with each otherphysicsCfg.rotationSpeed
The speed at which to rotate, in rotations
per secondphysicsCfg.dynamic
Should the body be forced to be dynamic?physicsCfg.kinematic
Should the body be forced to be kinematic?A rigid body with a Circle shape
The physics body
A debug context for drawing the "hit box"
Height of the circle
Optional
passEntities with a matching Id don't collide with each other
Radius of a circumscribed circle, for culling
Optional
revA joint that allows this entity to revolve around another
Optional
revA definition for when we attach a revolute joint to this entity
Readonly
sceneThe physics world where this body exists
Optional
singleAre collisions only valid from one direction?
Optional
stickyDelay after something stops sticking, before it can stick again
Optional
stickyA joint for fusing entities together when one is "sticky"
Which sides of the body are sticky, if any?
Width of the circle
The prerender step will move the Entity's Appearance based on its RigidBody
The time since the last render
The entity to which this RigidBody is attached
Create an explicit distance joint between this entity and some other entity
The entity to which this entity is connected
The X coordinate (relative to center) where joint fuses to the anchor
The Y coordinate (relative to center) where joint fuses to the anchor
The X coordinate (relative to center) where joint fuses to this entity
The Y coordinate (relative to center) where joint fuses to this entity
The joint that was created
Adjust the default physics settings (density, elasticity, friction) for this entity
Optional
density?: numberNew density of the entity
Optional
elasticity?: numberNew elasticity of the entity
Optional
friction?: numberNew friction of the entity
Create a revolute joint between this entity and some other entity. Note that both entities need to have some mass (density can't be 0) or else this won't work.
The entity around which this entity will rotate
The X coordinate (relative to center) where joint fuses to the anchor
The Y coordinate (relative to center) where joint fuses to the anchor
The X coordinate (relative to center) where joint fuses to this entity
The Y coordinate (relative to center) where joint fuses to this entity
The joint that was created
Attach a motor to make a revolute joint turn
Speed in radians per second
torque of the motor... when in doubt, go with something huge, like positive infinity
The modified joint. The old revolute joint will be destroyed.
Create a weld joint between this entity and some other entity, to force the entities to stick together.
The entity that will be fused to this entity
The X coordinate (relative to center) where joint fuses to the other entity
The Y coordinate (relative to center) where joint fuses to the other entity
The X coordinate (relative to center) where joint fuses to this entity
The Y coordinate (relative to center) where joint fuses to this entity
The angle between the entities
The joint that was created
A rigid body whose underlying shape is a circle