@xnv/akashic-scrollable
    Preparing search index...

    Interface NinePatchHorizontalScrollbarParameterObject

    The type of the argument of new NinePatchHorizontalScrollbar().

    new NinePatchHorizontalScrollbar() の引数の型。

    interface NinePatchHorizontalScrollbarParameterObject {
        bgImage?: Surface;
        image: Surface;
        scene: Scene;
    }
    Index

    Properties

    Properties

    bgImage?: Surface
    image: Surface
    scene: Scene