docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetCustomBlendable

    GetCustomBlendable(CameraState, int)

    Get a custom blendable that will be applied to the camera.
    The base system manages but otherwise ignores this data - it is intended for extension modules

    Declaration
    public static CameraState.CustomBlendableItems.Item GetCustomBlendable(this CameraState s, int index)
    Parameters
    Type Name Description
    CameraState s

    State to check.

    int index

    Which one to get. Must be in range [0...NumCustomBlendables)

    Returns
    Type Description
    CameraState.CustomBlendableItems.Item

    The custom blendable at the specified index.

    In This Article
    Back to top
    Copyright © 2023 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)