docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RayCastingModeParameter

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

    Inheritance
    object
    VolumeParameter
    VolumeParameter<RayCastingMode>
    RayCastingModeParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<RayCastingMode>>
    Inherited Members
    VolumeParameter<RayCastingMode>.value
    VolumeParameter<RayCastingMode>.Interp(RayCastingMode, RayCastingMode, float)
    VolumeParameter<RayCastingMode>.Override(RayCastingMode)
    VolumeParameter<RayCastingMode>.SetValue(VolumeParameter)
    VolumeParameter<RayCastingMode>.GetHashCode()
    VolumeParameter<RayCastingMode>.ToString()
    VolumeParameter<RayCastingMode>.Equals(VolumeParameter<RayCastingMode>)
    VolumeParameter<RayCastingMode>.Equals(object)
    VolumeParameter<RayCastingMode>.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 RayCastingModeParameter : VolumeParameter<RayCastingMode>, ICloneable, IEquatable<VolumeParameter<RayCastingMode>>

    Constructors

    RayCastingModeParameter(RayCastingMode, bool)

    Creates a new RayCastingModeParameter instance.

    Declaration
    public RayCastingModeParameter(RayCastingMode value, bool overrideState = false)
    Parameters
    Type Name Description
    RayCastingMode 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)