docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RenderPipelineGraphicsSettingsContainer

    Contains a double list of UnityEngine.Rendering.IRenderPipelineGraphicsSettings one is used for editor and the other for standalone release, the standalone release will be stripped by IRenderPipelineGraphicsSettingsStripper<T>

    Inheritance
    object
    RenderPipelineGraphicsSettingsContainer
    Implements
    ISerializationCallbackReceiver
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    [Serializable]
    public class RenderPipelineGraphicsSettingsContainer : ISerializationCallbackReceiver

    Properties

    settingsList

    Returns one list for editor and another for runtime

    Declaration
    public List<IRenderPipelineGraphicsSettings> settingsList { get; }
    Property Value
    Type Description
    List<IRenderPipelineGraphicsSettings>

    Methods

    OnAfterDeserialize()

    On After Deserialize callback, nothing is implemented

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    On Before Serialize callback where the stripping is performed

    Declaration
    public void OnBeforeSerialize()

    Implements

    ISerializationCallbackReceiver

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)