Property textureDescriptor
textureDescriptor
Contains the texture descriptor captured from the device.
Declaration
public XRTextureDescriptor textureDescriptor { get; }
Property Value
Type | Description |
---|---|
XRTextureDescriptor | The texture descriptor of the environment probe. |
Remarks
The environmentTextureData
value can be invalid, which indicates that the device has not captured an
environment texture for this probe yet. Newly created environment probes have no environment texture. The
valid property should be used to determine whether the texture data
is valid.