public class AnimationChannel extends GlTFProperty
| Constructor and Description |
|---|
AnimationChannel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSampler()
The ID of a sampler in this animation used to compute the value for
the target.
|
AnimationChannelTarget |
getTarget()
The ID of the node and TRS property to target.
|
void |
setSampler(java.lang.String sampler)
The ID of a sampler in this animation used to compute the value for
the target.
|
void |
setTarget(AnimationChannelTarget target)
The ID of the node and TRS property to target.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setSampler(java.lang.String sampler)
sampler - The sampler to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.String getSampler()
public void setTarget(AnimationChannelTarget target)
target - The target to setjava.lang.NullPointerException - If the given value is nullpublic AnimationChannelTarget getTarget()
Copyright © 2024. All Rights Reserved.