docs.unity.cn
    Show / Hide Table of Contents

    Delegate CinemachineCore.AxisInputDelegate

    Delegate for overriding Unity's default input system. Returns the value of the named axis.

    Namespace: Cinemachine
    Syntax
    public delegate float AxisInputDelegate(string axisName);
    Parameters
    Type Name Description
    String axisName
    Returns
    Type Description
    Single
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, August 31, 2022
    Terms of use