docs.unity3d.com
    目次を表示する/隠す

    Class IntParameter

    A VolumeParameter that holds an int value.

    Inheritance
    Object
    VolumeParameter
    VolumeParameter<Int32>
    IntParameter
    ClampedIntParameter
    MaxIntParameter
    MinIntParameter
    Inherited Members
    VolumeParameter<Int32>.m_Value
    VolumeParameter<Int32>.value
    VolumeParameter<Int32>.Override(Int32)
    VolumeParameter<Int32>.SetValue(VolumeParameter)
    VolumeParameter<Int32>.GetHashCode()
    VolumeParameter<Int32>.ToString()
    VolumeParameter<Int32>.Equals(VolumeParameter<Int32>)
    VolumeParameter<Int32>.Equals(Object)
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    Namespace: UnityEngine.Rendering
    Syntax
    public class IntParameter : VolumeParameter<int>, IEquatable<VolumeParameter<int>>

    Constructors

    IntParameter(Int32, Boolean)

    Creates a new IntParameter instance.

    Declaration
    public IntParameter(int value, bool overrideState = false)
    Parameters
    Type Name Description
    Int32 value

    The initial value to store in the parameter.

    Boolean overrideState

    The initial override state for the parameter.

    Methods

    Interp(Int32, Int32, Single)

    Interpolates between two int values.

    Declaration
    public sealed override void Interp(int from, int to, float t)
    Parameters
    Type Name Description
    Int32 from

    The start value

    Int32 to

    The end value

    Single t

    The interpolation factor in range [0,1]

    Overrides
    UnityEngine.Rendering.VolumeParameter<System.Int32>.Interp(System.Int32, System.Int32, System.Single)

    See Also

    MinIntParameter
    MaxIntParameter
    ClampedIntParameter
    NoInterpIntParameter
    NoInterpMinIntParameter
    NoInterpMaxIntParameter
    NoInterpClampedIntParameter
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)