feat: add startOffset parameter to gltf playAnimation
This commit is contained in:
@@ -386,7 +386,8 @@ abstract class ThermionViewer {
|
||||
{bool loop = false,
|
||||
bool reverse = false,
|
||||
bool replaceActive = true,
|
||||
double crossfade = 0.0});
|
||||
double crossfade = 0.0,
|
||||
double startOffset = 0.0});
|
||||
|
||||
///
|
||||
/// Schedules the glTF animation at [index] in [entity] to start playing on the next frame.
|
||||
|
||||
Reference in New Issue
Block a user