platformer - v1.0.0
    Preparing search index...

    Interface Size

    Represents width and height dimensions.

    interface Size {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Height in world or pixel units.

    width: number

    Width in world or pixel units.