Struct XREnvironmentProbeSubsystemCinfo
Contains the parameters for creating a new XREnvironment
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XREnvironmentProbeSubsystemCinfo : IEquatable<XREnvironmentProbeSubsystemCinfo>
Properties
Name | Description |
---|---|
id | Specifies an identifier for the provider implementation of the subsystem. |
implementation |
Specifies the provider implementation type to use for instantiation. |
provider |
Specifies the provider implementation type to use for instantiation. |
subsystem |
Specifies the |
supports |
Whether the implementation supports automatic placement of environment probes. |
supports |
Whether the implementation supports generation of environment textures. |
supports |
Whether the implementation supports generation of HDR environment textures. |
supports |
Whether the implementation supports manual placement of environment probes. |
supports |
Whether the implementation supports removal of automatically placed environment probes. |
supports |
Whether the implementation supports removal of manually placed environment probes. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XREnvironment |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(XREnvironment |
Tests for equality. Same as Equals(XREnvironment |
operator !=(XREnvironment |
Tests for inequality. Same as |