Akashic Engine
    Preparing search index...

    Interface DefaultLoadingSceneParameterObject

    DefaultLoadingScene のコンストラクタに渡すことができるパラメータ。 汎用性のあるクラスではなく、カスタマイズすべき余地は大きくないので LoadingSceneParameterObject は継承していない。

    interface DefaultLoadingSceneParameterObject {
        game: Game;
        style?: "default" | "compact";
    }
    Index

    Properties

    Properties

    game: Game

    このシーンが属する Game

    style?: "default" | "compact"