@JsType(isNative=true,
namespace="<global>",
name="Object")
public class NodeTransformationPropertyOptions
extends Object
NodeTransformationProperty.| Modifier and Type | Field and Description |
|---|---|
Property<Quaternion> |
rotation
A Quaternion Property specifying the (x, y, z, w) rotation to apply to the node.
|
Property<Cartesian3> |
scale
A Cartesian3 Property specifying the (x, y, z) scaling to apply to the node.
|
Property<Cartesian3> |
translation
A Cartesian3 Property specifying the (x, y, z) translation to apply to the node.
|
| Constructor and Description |
|---|
NodeTransformationPropertyOptions() |
@JsProperty public Property<Cartesian3> translation
@JsProperty public Property<Quaternion> rotation
@JsProperty public Property<Cartesian3> scale
Copyright © 2019. All rights reserved.