Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsIgnoreJointDefinition

A joint definition used to specify properties when creating a PhysicsIgnoreJoint.
Read time 1 minuteLast updated 9 days ago

Definition

public struct PhysicsIgnoreJointDefinition

Constructors

Constructor

Description

PhysicsIgnoreJointDefinition()Create a default PhysicsIgnoreJoint definition.

Properties

Property

Description

bodyAThe first body the joint constrains.
bodyBThe second body the joint constrains.

Static Properties

Property

Description

defaultDefinitionCreate a default PhysicsIgnoreJoint definition.