public class AnimationChannelTarget extends GlTFProperty
| Constructor and Description |
|---|
AnimationChannelTarget() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
The ID of the node to target.
|
java.lang.String |
getPath()
The name of the node's TRS property to modify.
|
void |
setId(java.lang.String id)
The ID of the node to target.
|
void |
setPath(java.lang.String path)
The name of the node's TRS property to modify.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setId(java.lang.String id)
id - The id to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.String getId()
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.