@ascentbv/ts-common - v1.0.220
    Preparing search index...

    Interface CutsceneDef

    interface CutsceneDef {
        frames: FrameDef[];
        spline?: boolean | { totalDuration?: number };
    }
    Index

    Properties

    Properties

    frames: FrameDef[]
    spline?: boolean | { totalDuration?: number }