TargetConstraint

ChildOfConstraint

使受约束对象的行为像目标对象的子对象,而没有实际的父对象的约束。

约束通过影响对象的位置、旋转和比例来建立对象之间的各种关系。可以与 Object3D.constraints 属性一起使用。

构造函数

ChildOfConstraint(target)

属性

共有属性请参见其基类TargetConstraint

.isChildOfConstraint : Boolean

用于检查此类或派生类是否为子约束。默认为 true.

.offsetMatrix : Matrix4

约束对象的偏移矩阵。应用于父空间。默认为单位矩阵。

.type : String

约束的类型。 等同于 "ChildOfConstraint"。

方法

共有方法请参见其基类TargetConstraint