Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.30
    Preparing search index...

    Interface Size

    Represents size dimensions for game objects.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number

    Height in pixels

    width: number

    Width in pixels