Property queryForSupportsEnvironmentDepthImage
queryForSupportsEnvironmentDepthImage
Query for whether the current subsystem supports environment depth image. This property is deprecated. Use environmentDepthImageSupportedDelegate instead.
Declaration
[Obsolete("Use environmentDepthImageSupportedDelegate instead.")]
public Func<bool> queryForSupportsEnvironmentDepthImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<bool> |
|