Class CaptureOptions
Class with some options that can be changed at runtime.
Namespace: Unity.Simulation
Syntax
public static class CaptureOptions
Fields
useAsyncReadbackIfSupported
When false, will force capturing to not use async readback even if supported by the platform.
Declaration
public static bool useAsyncReadbackIfSupported
Field Value
Type | Description |
---|---|
Boolean |