docs.unity.cn
    Show / Hide Table of Contents

    Interface IInputAxisController

    This interface identifies a behaviour that can drive IInputAxisOwners.

    Namespace: Unity.Cinemachine
    Syntax
    public interface IInputAxisController

    Methods

    SynchronizeControllers()

    Called by editor only. Normally we should have one controller per IInputAxisOwner axis. This will scan the object for IInputAxisOwner behaviours, create missing controllers (in their default state), and remove any that are no longer relevant.

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