sparkengineweb
    Preparing search index...

    Interface TransformComponentProps

    interface TransformComponentProps {
        depthIndex?: number;
        position?: Vec2;
        size?: Size2D;
        velocity?: Vec2;
    }

    Hierarchy (View Summary)

    Index

    Properties

    depthIndex?: number
    position?: Vec2
    size?: Size2D
    velocity?: Vec2