public class AnimationChannel extends GlTFProperty
| Constructor and Description |
|---|
AnimationChannel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getSampler()
The index of a sampler in this animation used to compute the value for
the target.
|
AnimationChannelTarget |
getTarget()
The descriptor of the animated property.
|
void |
setSampler(java.lang.Integer sampler)
The index of a sampler in this animation used to compute the value for
the target.
|
void |
setTarget(AnimationChannelTarget target)
The descriptor of the animated property.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setSampler(java.lang.Integer sampler)
sampler - The sampler to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.Integer 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.