docs.unity.cn
    Show / Hide Table of Contents

    Class ProbeVolumeSceneData

    A class containing info about the bounds defined by the probe volumes in various scenes.

    Inheritance
    Object
    ProbeVolumeSceneData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Rendering
    Syntax
    [Serializable]
    public class ProbeVolumeSceneData : ISerializationCallbackReceiver

    Constructors

    ProbeVolumeSceneData(Object)

    Constructor for ProbeVolumeSceneData.

    Declaration
    public ProbeVolumeSceneData(Object parentAsset)
    Parameters
    Type Name Description
    Object parentAsset

    The asset holding this ProbeVolumeSceneData, it will be dirtied every time scene bounds or settings are changed.

    Methods

    SetParentObject(Object)

    Set a reference to the object holding this ProbeVolumeSceneData.

    Declaration
    public void SetParentObject(Object parent)
    Parameters
    Type Name Description
    Object parent

    The object holding this ProbeVolumeSceneData, it will be dirtied every time scene bounds or settings are changed.

    Explicit Interface Implementations

    ISerializationCallbackReceiver.OnAfterDeserialize()

    OnAfterDeserialize implementation.

    Declaration
    void ISerializationCallbackReceiver.OnAfterDeserialize()
    Implements
    ISerializationCallbackReceiver.OnAfterDeserialize()

    ISerializationCallbackReceiver.OnBeforeSerialize()

    OnBeforeSerialize implementation.

    Declaration
    void ISerializationCallbackReceiver.OnBeforeSerialize()
    Implements
    ISerializationCallbackReceiver.OnBeforeSerialize()

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, Boolean)
    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023