@kognifai/cogsengine
    Preparing search index...

    Enumeration AssetLoadFlagsConst

    Asset and Scene loading flags. May be combined with resource loading flags.

    Index

    Enumeration Members

    AutoReload: 4
    ClearScene: 65536

    Clear the scene before loading the asset. NOT allowed for Bridge: loadAsset and loadAssetFromString.

    DoNotCache: 32

    Do not cache this resource for later retrieval.

    ForceSynchronous: 1

    Force loading the resource synchronously.

    ForceUnique: 16

    Force unique resource load when source resolves to existing resource.

    NoDefault: 131072

    Don't load the default scene. Highly recommended as not setting this flag cause extra scene parse.

    NoDefaultName: 8

    No default name.

    None: 0

    No flags.

    Reload: 2

    Reload action.