docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Remove

    Remove<T>()

    Removes a VolumeComponent from this Volume Profile.

    Declaration
    public void Remove<T>() where T : VolumeComponent
    Type Parameters
    Name Description
    T

    A type of VolumeComponent.

    Remarks

    This method does nothing if the type does not exist in the Volume Profile.

    See Also
    Remove(Type)

    Remove(Type)

    Removes a VolumeComponent from this Volume Profile.

    Declaration
    public void Remove(Type type)
    Parameters
    Type Name Description
    Type type

    A type that inherits from VolumeComponent.

    Remarks

    This method does nothing if the type does not exist in the Volume Profile.

    See Also
    Remove<T>()
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)