CCKit2
    Preparing search index...

    Type Alias CCSize

    A size with width and height.

    type CCSize = {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    width: number