docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class WindSpeedParameter

    Wind speed parameter.

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

    Constructors

    WindSpeedParameter(float, WindOverrideMode, bool)

    Wind speed volume parameter constructor.

    Declaration
    public WindSpeedParameter(float value = 100, WindParameter.WindOverrideMode mode = WindOverrideMode.Global, bool overrideState = false)
    Parameters
    Type Name Description
    float value

    Sky Ambient Mode parameter.

    WindParameter.WindOverrideMode mode

    Initial override mode.

    bool overrideState

    Initial override value.

    Methods

    GetGlobalValue(HDCamera)

    Returns the value stored in the volume.

    Declaration
    protected override float GetGlobalValue(HDCamera camera)
    Parameters
    Type Name Description
    HDCamera camera

    The camera containing the volume stack to evaluate

    Returns
    Type Description
    float

    The value for this parameter.

    Overrides
    WindParameter.GetGlobalValue(HDCamera)

    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)