| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,AnimationSampler> |
Animation.defaultSamplers()
Returns the default value of the samplers
|
java.util.Map<java.lang.String,AnimationSampler> |
Animation.getSamplers()
A dictionary object of samplers that combines input and output
parameters with an interpolation algorithm to define a keyframe graph
(but not its target).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.addSamplers(java.lang.String key,
AnimationSampler value)
Add the given samplers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.setSamplers(java.util.Map<java.lang.String,AnimationSampler> samplers)
A dictionary object of samplers that combines input and output
parameters with an interpolation algorithm to define a keyframe graph
(but not its target).
|
Copyright © 2024. All Rights Reserved.