Class VolumeComponent | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class VolumeComponent

    Inheritance
    System.Object
    VolumeComponent
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    [Serializable]
    public class VolumeComponent : ScriptableObject

    Fields

    active

    Declaration
    public bool active
    Field Value
    Type Description
    System.Boolean

    Methods

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    OnDisable()

    Declaration
    protected virtual void OnDisable()

    OnEnable()

    Declaration
    protected virtual void OnEnable()

    Override(VolumeComponent, Single)

    Declaration
    public virtual void Override(VolumeComponent state, float interpFactor)
    Parameters
    Type Name Description
    VolumeComponent state
    System.Single interpFactor

    SetAllOverridesTo(Boolean)

    Declaration
    public void SetAllOverridesTo(bool state)
    Parameters
    Type Name Description
    System.Boolean state
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX