Class HDAdditionalReflectionData
Additional component used to store settings for HDRP's reflection probes.
Inherited Members
UnityEngine.Component.GetComponentInParent(System.Type, System.Boolean)
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[AddComponentMenu("")]
[RequireComponent(typeof(ReflectionProbe))]
public sealed class HDAdditionalReflectionData : HDProbe, IVersionable<HDProbe.Version>, IAdditionalData, IVersionable<HDAdditionalReflectionData.ReflectionProbeVersion>
Methods
PrepareCulling()
Prepare the culling phase by settings the appropriate values to the legacy reflection probe component. The culling system is driven by the legacy probe's values.
Declaration
public override void PrepareCulling()
Overrides
Explicit Interface Implementations
IVersionable<HDAdditionalReflectionData.ReflectionProbeVersion>.version
Declaration
HDAdditionalReflectionData.ReflectionProbeVersion IVersionable<HDAdditionalReflectionData.ReflectionProbeVersion>.version { get; set; }
Returns
Type | Description |
---|---|
UnityEngine.Rendering.HighDefinition.HDAdditionalReflectionData.ReflectionProbeVersion |