docs.unity.cn
    Show / Hide Table of Contents

    Struct WindParameter.WindParamaterValue

    Wind parameter value.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public struct WindParamaterValue

    Fields

    additiveValue

    Value for the Additive mode.

    Declaration
    public float additiveValue
    Field Value
    Type Description
    Single

    customValue

    Value for the Custom mode.

    Declaration
    public float customValue
    Field Value
    Type Description
    Single

    mode

    Override mode.

    Declaration
    public WindParameter.WindOverrideMode mode
    Field Value
    Type Description
    WindParameter.WindOverrideMode

    multiplyValue

    Value for the Multiply mode.

    Declaration
    public float multiplyValue
    Field Value
    Type Description
    Single

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A string that represents the current object.

    Overrides
    ValueType.ToString()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 September 2023