Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(PhysicsWorld, PhysicsFixedJointDefinition)

Create a PhysicsFixedJoint in the specified world.
Read time 1 minuteLast updated 9 days ago

Definition

public static PhysicsFixedJoint Create(PhysicsWorld world, PhysicsFixedJointDefinition definition)

Parameters

The world to create the joint in.

The joint definition to use.

Returns

Type

Description

PhysicsFixedJointThe created joint.