public class AnimationSampler extends GlTFProperty
| Constructor and Description |
|---|
AnimationSampler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
defaultInterpolation()
Returns the default value of the interpolation
|
java.lang.Integer |
getInput()
The index of an accessor containing keyframe timestamps.
|
java.lang.String |
getInterpolation()
Interpolation algorithm.
|
java.lang.Integer |
getOutput()
The index of an accessor, containing keyframe output values.
|
void |
setInput(java.lang.Integer input)
The index of an accessor containing keyframe timestamps.
|
void |
setInterpolation(java.lang.String interpolation)
Interpolation algorithm.
|
void |
setOutput(java.lang.Integer output)
The index of an accessor, containing keyframe output values.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setInput(java.lang.Integer input)
input - The input to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.Integer getInput()
public void setInterpolation(java.lang.String interpolation)
interpolation - The interpolation to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.String getInterpolation()
public java.lang.String defaultInterpolation()
getInterpolation()public void setOutput(java.lang.Integer output)
output - The output to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.Integer getOutput()
Copyright © 2024. All Rights Reserved.