docs.unity.cn
    Show / Hide Table of Contents

    Interface IInputAxisOwner

    Components that hold InputAxisValue structs must implement this interface to be discoverable.

    Namespace: Unity.Cinemachine
    Syntax
    public interface IInputAxisOwner

    Methods

    GetInputAxes(List<IInputAxisOwner.AxisDescriptor>)

    Report the input axis to be driven, and their names

    Declaration
    void GetInputAxes(List<IInputAxisOwner.AxisDescriptor> axes)
    Parameters
    Type Name Description
    List<IInputAxisOwner.AxisDescriptor> axes

    Axes to drive

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Saturday, May 6, 2023