public class AnimationChannelTarget extends GlTFProperty
| Constructor and Description |
|---|
AnimationChannelTarget() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getNode()
The index of the node to animate.
|
java.lang.String |
getPath()
The name of the node's TRS property to animate, or the `"weights"` of
the Morph Targets it instantiates.
|
void |
setNode(java.lang.Integer node)
The index of the node to animate.
|
void |
setPath(java.lang.String path)
The name of the node's TRS property to animate, or the `"weights"` of
the Morph Targets it instantiates.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setNode(java.lang.Integer node)
node - The node to setpublic java.lang.Integer getNode()
public void setPath(java.lang.String path)
path - The path to setjava.lang.NullPointerException - If the given value is nulljava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.String getPath()
Copyright © 2024. All Rights Reserved.