a3js API Documentation - v0.0.34
    Preparing search index...

    Interface Action

    interface Action {
        motion: Motion;
        name: string;
        shape: Shape;
        sound?: Sound;
        soundContinue: boolean;
    }
    Index

    Properties

    motion: Motion
    name: string
    shape: Shape
    sound?: Sound
    soundContinue: boolean