Class FixedJoint
Physics joint that maintains a fixed distance and orientation between its two attached bodies.
Inherited Members
FixedJoint
FixedJoint
FixedJoint
FixedJoint
FixedJoint
Assembly: FlaxEngine.dll
File: Engine/Physics/Joints/FixedJoint.h
Syntax
public class FixedJoint : public Joint
Methods
CreateJoint(const PhysicsJointDesc& desc)
Declaration
protected void* CreateJoint(const PhysicsJointDesc& desc) override
Parameters
PhysicsJointDesc
desc
|
Returns
void
|
OnDebugDrawSelected()
Draws debug shapes for the selected actor and all child scripts.
Declaration
public virtual void OnDebugDrawSelected() override