Property supportsEnvironmentDepthImage
supportsEnvironmentDepthImage
Specifies if the current subsystem supports environment depth image. This property is deprecated. Use environmentDepthImageSupported instead.
Declaration
[Obsolete("Use environmentDepthImageSupported instead.")]
public bool supportsEnvironmentDepthImage { get; }
Property Value
Type | Description |
---|---|
bool |
|
Remarks
Note
This is a runtime check which might require some initialization to determine support. During this period,
this property might return false
for a time before becoming true
.