Options
All
  • Public
  • Public/Protected
  • All
Menu

This is a holder class for the physics joint created by the physics plugin It holds a set of functions to control the underlying joint

see

https://doc.babylonjs.com/features/featuresDeepDive/physics/usingPhysicsEngine

Hierarchy

Index

Constructors

  • Initializes the physics joint

    Parameters

    • type: number

      The type of the physics joint

    • jointData: PhysicsJointData

      The data for the physics joint

    Returns PhysicsJoint

Properties

jointData: PhysicsJointData

The data for the physics joint

type: number

The type of the physics joint

BallAndSocketJoint: number

Ball-and-Socket joint type

DistanceJoint: number

Distance-Joint type

Hinge2Joint: number

Hinge-Joint 2 type

HingeJoint: number

Hinge-Joint type

LockJoint: number

Lock-Joint type

PointToPointJoint: number

Point to Point Joint type. Similar to a Ball-Joint. Different in parameters

PrismaticJoint: number

Prismatic-Joint type

SliderJoint: number

Slider-Joint type

SpringJoint: number

Spring-Joint type

UniversalJoint: number

Universal-Joint type ENERGY FTW! (compare with this - @see http://ode-wiki.org/wiki/index.php?title=Manual:_Joint_Types_and_Functions)

WheelJoint: number

Wheel-Joint type

Accessors

  • get physicsJoint(): any
  • set physicsJoint(newJoint: any): void
  • Gets the physics joint

    Returns any

  • Sets the physics joint

    Parameters

    • newJoint: any

    Returns void

  • set physicsPlugin(physicsPlugin: IPhysicsEnginePlugin): void
  • Sets the physics plugin

    Parameters

    • physicsPlugin: IPhysicsEnginePlugin

    Returns void

Methods

  • executeNativeFunction(func: ((world: any, physicsJoint: any) => void)): void
  • Execute a function that is physics-plugin specific.

    Parameters

    • func: ((world: any, physicsJoint: any) => void)

      the function that will be executed. It accepts two parameters: the physics world and the physics joint

        • (world: any, physicsJoint: any): void
        • Parameters

          • world: any
          • physicsJoint: any

          Returns void

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static property
  • Static method

Settings

Theme