Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(PhysicsWorld, PhysicsWheelJointDefinition)

Create a PhysicsWheelJoint in the specified world.
Read time 1 minuteLast updated 12 days ago

Definition

public static PhysicsWheelJoint Create(PhysicsWorld world, PhysicsWheelJointDefinition definition)

Parameters

The world to create the joint in.

The joint definition to use.

Returns

Type

Description

PhysicsWheelJointThe created joint.