Show / Hide Table of Contents

    Class UniversalJoint3D

    Inheritance
    System.Object
    NativeObject
    BaseJoint
    UniversalJoint3D
    Inherited Members
    BaseJoint._autoConfigureConnected
    BaseJoint._numPosSolverIter
    BaseJoint._inertiaScaleA
    BaseJoint._inertiaScaleB
    BaseJoint._connectBody
    BaseJoint.autoConfigureConnected
    BaseJoint.numPosSolverIter
    BaseJoint.inertiaScaleA
    BaseJoint.inertiaScaleB
    BaseJoint.ignoreCollision
    BaseJoint.anchorFrame
    BaseJoint.connectedAnchorFrame
    BaseJoint.anchorPosition
    BaseJoint.worldAnchorPosition
    BaseJoint.worldAnchorRotation
    BaseJoint.connectedAnchorPosition
    BaseJoint.worldConnectedAnchorPosition
    BaseJoint.worldConnectedAnchorRotation
    BaseJoint.body
    BaseJoint.connectedBody
    BaseJoint.breakForce
    BaseJoint.breakTorque
    BaseJoint.Awake()
    BaseJoint.OnCreateNative()
    BaseJoint.OnDestroyNative()
    BaseJoint.OnEnable()
    BaseJoint.OnDisable()
    BaseJoint.ApplyProperties()
    BaseJoint.ToString()
    NativeObject.OnDestroy()
    NativeObject.CreateNativeIfNot()
    Namespace: Motphys.Rigidbody
    Assembly: solution.dll
    Syntax
    public class UniversalJoint3D : BaseJoint

    Properties

    angularDamper

    Declaration
    public float angularDamper { get; set; }
    Property Value
    Type Description
    System.Single

    Angular damper, higher value means greater deceleration.

    swingLimitY

    Declaration
    public JointAngularLimit swingLimitY { get; set; }
    Property Value
    Type Description
    JointAngularLimit

    Used to limit the swing angle. It is defined by the anchor frame's y axis. Valid range is in [-180, 180].

    swingLimitZ

    Declaration
    public JointAngularLimit swingLimitZ { get; set; }
    Property Value
    Type Description
    JointAngularLimit

    Used to limit the swing angle. It is defined by the anchor frame's z axis. Valid range is in [-180, 180].

    Back to top Copyright © 2020-2024 北京谋先飞技术有限公司及其关联公司北京谋先飞科技有限公司
    Generated by DocFX