ThreePipe
    Preparing search index...

    Class ObjectConstraint<T>

    Type Parameters

    Index

    Constructors

    Properties

    enabled: boolean = true
    influence: number = 1
    needsUpdate: boolean = false
    props: ConstraintPropsType<T> = {}
    refresh?: () => void

    Refreshes the constraint, re-evaluating its target and properties.

    remove?: () => void

    Removes this constraint from the object it is attached to.

    Type declaration

      • (): void
      • Returns void

        A function that can be called to undo the removal of the constraint.

    target: string = ''
    type: T
    uiConfig: UiObjectConfig = ...
    uuid: string = ...

    Methods