Class ProbeVolumeSceneData
A class containing info about the bounds defined by the probe volumes in various scenes.
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class ProbeVolumeSceneData : ISerializationCallbackReceiver
Constructors
Name | Description |
---|---|
ProbeVolumeSceneData(Object, string) | Constructor for ProbeVolumeSceneData. |
Fields
Name | Description |
---|---|
sceneBounds | A dictionary containing the Bounds defined by probe volumes for each scene (scene path is the key of the dictionary). |
Methods
Name | Description |
---|---|
OnAfterDeserialize() | OnAfterDeserialize implementation. |
OnBeforeSerialize() | OnBeforeSerialize implementation. |
SetParentObject(Object, string) | Set a reference to the object holding this ProbeVolumeSceneData. |