phaser - v4.0.0-rc.4
    Preparing search index...

    Type Alias Vector2Like

    type Vector2Like = {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    The x component.

    y: number

    The y component.