Class VRMNodeConstraintAbstract

A base class of VRM constraint classes.

Hierarchy (View Summary)

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    • destination: Object3D

      The destination object

    • source: Object3D

      The source object

    Returns VRMNodeConstraint

Properties

destination: Object3D

The object being constrained by the source.

source: Object3D

The object constrains the destination.

weight: number

The weight of the constraint.

Accessors

  • get dependencies(): Set<Object3D<Object3DEventMap>>

    Returns Set<Object3D<Object3DEventMap>>

Methods

  • Set initial state of the constraint.

    Returns void

  • Update and apply the constraint.

    Returns void