{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Property JointType | Unity Physics | 1.1.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    See Also
    CreateBallAndSocket(float3, float3)
    CreateFixed(BodyFrame, BodyFrame)
    CreateHinge(BodyFrame, BodyFrame)
    CreateLimitedDistance(float3, float3, FloatRange)
    CreateLimitedHinge(BodyFrame, BodyFrame, FloatRange)
    CreatePrismatic(BodyFrame, BodyFrame, FloatRange)
    CreateRagdoll(BodyFrame, BodyFrame, float, FloatRange, FloatRange, out PhysicsJoint, out PhysicsJoint)
    CreateLimitedDOF(RigidTransform, bool3, bool3)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)