docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BoolParameter

    A VolumeParameter that holds a bool value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<bool>
    BoolParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<bool>>
    Inherited Members
    VolumeParameter<bool>.m_Value
    VolumeParameter<bool>.value
    VolumeParameter<bool>.Interp(bool, bool, float)
    VolumeParameter<bool>.Override(bool)
    VolumeParameter<bool>.SetValue(VolumeParameter)
    VolumeParameter<bool>.GetHashCode()
    VolumeParameter<bool>.ToString()
    VolumeParameter<bool>.Equals(VolumeParameter<bool>)
    VolumeParameter<bool>.Equals(object)
    VolumeParameter<bool>.Clone()
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    [Serializable]
    public class BoolParameter : VolumeParameter<bool>, ICloneable, IEquatable<VolumeParameter<bool>>

    Constructors

    Name Description
    BoolParameter(bool, bool)

    Creates a new BoolParameter instance.

    BoolParameter(bool, DisplayType, bool)

    Creates a new BoolParameter instance.

    Fields

    Name Description
    displayType

    Type of widget used to display the BoolParameter in the UI.

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)