Lens Scripting API

    Class HingeConstraint

    Constraints translation and a single axis of rotation. See also: ConstraintComponent.

    // Create a constraint on an object
    var hingeConstraint = hingeObj.createComponent("Physics.ConstraintComponent");

    // Set up options on that constraint
    hingeConstraint.debugDrawEnabled = true;
    hingeConstraint.constraint = Physics.Constraint.create(Physics.ConstraintType.Hinge);

    Hierarchy (View Summary, Expand)

    Index

    Constructors

    Properties

    constraintType: ConstraintType

    The type of constraint that is applied.

    limitSettings: HingeLimitSettings

    Settings limiting the behaviour of hinge constraint in respect to the applied forces.

    motorSettings: HingeMotorSettings

    Settings describing the independent force (motor) applied to the constraint.

    Methods

    • Returns the name of this object's type.

      Returns string

    • Returns true if the object matches or derives from the passed in type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object is the same as other. Useful for checking if two references point to the same thing.

      Parameters

      Returns boolean

    MMNEPVFCICPMFPCPTTAAATR