Version: 2020.3
言語: 日本語
public bool isPreloaded ;

説明

Is a native plugin loaded during startup or on demand?

You can use this to ensure that a plugin is loaded early in the startup phase instead of on first use.

Plugins whose names are prefixed with one of the following strings are configured to be preloaded by default: AudioPlugin, libAudioPlugin, GfxPlugin, libGfxPlugin, ProfilerPlugin, libProfilerPlugin.

Note: Preloading is only supported for native plugins.