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.String |
getInput()
The ID of a parameter in this animation to use as keyframe input,
e.g., time.
|
java.lang.String |
getInterpolation()
Interpolation algorithm.
|
java.lang.String |
getOutput()
The ID of a parameter in this animation to use as keyframe output.
|
void |
setInput(java.lang.String input)
The ID of a parameter in this animation to use as keyframe input,
e.g., time.
|
void |
setInterpolation(java.lang.String interpolation)
Interpolation algorithm.
|
void |
setOutput(java.lang.String output)
The ID of a parameter in this animation to use as keyframe output.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setInput(java.lang.String input)
input - The input to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.String 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.String output)
output - The output to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.String getOutput()
Copyright © 2024. All Rights Reserved.