PLUGINFLAG_SCENELOADERΒΆ

Symbol ID

Description

PLUGINFLAG_SCENELOADER_MERGEORIGINAL

If this flag is set, the original (existing) document will be passed to the scene loader instead of a new (empty) one.
This allows the importer to change existing data, merge data or to make other modifications based on the existing scene.

PLUGINFLAG_SCENELOADER_URL_AWARE

New in version S24: Scene loader plugin flag to signal that the scene loader is capable to deal with urls not in the file system e.g. asset:///

PLUGINFLAG_SCENELOADER_SUPPORT_ASYNC

New in version S26: Signals that a scene loader should run asynchronously.