IsLoaded()
Checks whether the native plugin NVUnityPlugin in the NVIDIA native module has been loaded or not.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public static bool IsLoaded()
Returns
Type | Description |
|---|---|
| bool | Returns true if the native plugin has been loaded. Otherwise, returns false. |