public class NodeTransformationProperty<T extends TranslationRotationScale> extends Property<T>
Property
that produces TranslationRotationScale
data.Modifier and Type | Field and Description |
---|---|
Property<Quaternion> |
rotation
Gets or sets the Quaternion Property specifying the (x, y, z, w) rotation to apply to the node.
|
Property<Cartesian3> |
scale
Gets or sets the Cartesian3 Property specifying the (x, y, z) scaling to apply to the node.
|
Property<Cartesian3> |
translation
Gets or sets the Cartesian3 Property specifying the (x, y, z) translation to apply to the node.
|
Constructor and Description |
---|
NodeTransformationProperty(NodeTransformationPropertyOptions options) |
definitionChanged, equals, getValue, getValue, getValueOrUndefined, isConstant
@JsProperty public Property<Quaternion> rotation
Quaternion.IDENTITY()
.@JsProperty public Property<Cartesian3> scale
@JsProperty public Property<Cartesian3> translation
Cartesian3.ZERO()
public NodeTransformationProperty(NodeTransformationPropertyOptions options)
Copyright © 2019. All rights reserved.