public class ModelNodeKeyframe<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
float |
keytime
the timestamp of the keyframe in seconds
|
T |
value
the value of the keyframe
|
| Constructor and Description |
|---|
ModelNodeKeyframe() |
public float keytime
public T value
Copyright © 2021. All rights reserved.