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

    Interface SyncShape

    interface SyncShape {
        id: number;
        location: Option<Vector3>;
        rotation: Option<Vector3>;
        dimension: Option<string | undefined>;
        color: Option<RGB>;
        scale: Option<number>;
        timeLeft: Option<number | undefined>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: number
    location: Option<Vector3>
    rotation: Option<Vector3>
    dimension: Option<string | undefined>
    color: Option<RGB>
    scale: Option<number>
    timeLeft: Option<number | undefined>