Property JointType
JointType
An optional property to provide a hint about what behavior the underlying constraints represent. Use it in conjunction with convenience setters in JointComponentExtensions to modify constraints. Its value is set when you use a factory method to construct a new PhysicsJoint instance, but it has no effect on joint behavior. See also.
Declaration
[CreateProperty]
public JointType JointType { get; set; }
Property Value
Type | Description |
---|---|
JointType | The type of the joint. |