docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SeedModeParameter

    A UnityEngine.Rendering.VolumeParameter that holds a SeedMode value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<SeedMode>
    SeedModeParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<SeedMode>>
    Inherited Members
    VolumeParameter<SeedMode>.value
    VolumeParameter<SeedMode>.Interp(SeedMode, SeedMode, float)
    VolumeParameter<SeedMode>.Override(SeedMode)
    VolumeParameter<SeedMode>.SetValue(VolumeParameter)
    VolumeParameter<SeedMode>.GetHashCode()
    VolumeParameter<SeedMode>.ToString()
    VolumeParameter<SeedMode>.Equals(VolumeParameter<SeedMode>)
    VolumeParameter<SeedMode>.Equals(object)
    VolumeParameter<SeedMode>.Clone()
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    [Serializable]
    public sealed class SeedModeParameter : VolumeParameter<SeedMode>, ICloneable, IEquatable<VolumeParameter<SeedMode>>

    Constructors

    SeedModeParameter(SeedMode, bool)

    Creates a new SeedModeParameter instance.

    Declaration
    public SeedModeParameter(SeedMode value, bool overrideState = false)
    Parameters
    Type Name Description
    SeedMode value

    The initial value to store in the parameter.

    bool overrideState

    The initial override state for the parameter.

    Implements

    ICloneable
    IEquatable<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)