Struct XREnvironmentProbeSubsystemCinfo
Syntax
public struct XREnvironmentProbeSubsystemCinfo : IEquatable<XREnvironmentProbeSubsystemCinfo>
Properties
id
Specifies an identifier for the provider implementation of the subsystem.
Declaration
public string id { readonly get; set; }
Property Value
Type |
Description |
String |
The identifier for the provider implementation of the subsystem.
|
implementationType
Specifies the provider implementation type to use for instantiation.
Declaration
public Type implementationType { readonly get; set; }
Property Value
Type |
Description |
Type |
Specifies the provider implementation type to use for instantiation.
|
supportsAutomaticPlacement
Whether the implementation supports automatic placement of environment probes.
Declaration
public bool supportsAutomaticPlacement { readonly get; set; }
Property Value
Type |
Description |
Boolean |
true if automatic placement of environment probes is supported. Otherwise, false .
|
supportsEnvironmentTexture
Whether the implementation supports generation of environment textures.
Declaration
public bool supportsEnvironmentTexture { readonly get; set; }
Property Value
Type |
Description |
Boolean |
true if the generation of environment textures is supported. Otherwise, false .
|
supportsManualPlacement
Whether the implementation supports manual placement of environment probes.
Declaration
public bool supportsManualPlacement { readonly get; set; }
Property Value
Type |
Description |
Boolean |
true if manual placement of environment probes is supported. Otherwise, false .
|
supportsRemovalOfAutomatic
Whether the implementation supports removal of automatically-placed environment probes.
Declaration
public bool supportsRemovalOfAutomatic { readonly get; set; }
Property Value
Type |
Description |
Boolean |
true if removal of automatically-placed environment probes is supported. Otherwise, false .
|
supportsRemovalOfManual
Whether the implementation supports removal of manually-placed environment probes.
Declaration
public bool supportsRemovalOfManual { readonly get; set; }
Property Value
Type |
Description |
Boolean |
true if removal of manually-placed environment probes is supported. Otherwise, false .
|
Methods
Equals(System.Object)
Declaration
public override bool Equals(System.Object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Equals(XREnvironmentProbeSubsystemCinfo)
Declaration
public bool Equals(XREnvironmentProbeSubsystemCinfo other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Operators
Equality(XREnvironmentProbeSubsystemCinfo, XREnvironmentProbeSubsystemCinfo)
Declaration
public static bool operator ==(XREnvironmentProbeSubsystemCinfo lhs, XREnvironmentProbeSubsystemCinfo rhs)
Parameters
Returns
Inequality(XREnvironmentProbeSubsystemCinfo, XREnvironmentProbeSubsystemCinfo)
Declaration
public static bool operator !=(XREnvironmentProbeSubsystemCinfo lhs, XREnvironmentProbeSubsystemCinfo rhs)
Parameters
Returns