Interface IInputBindingComposite | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IInputBindingComposite

    Namespace: UnityEngine.Experimental.Input
    Syntax
    public interface IInputBindingComposite

    Properties

    valueSizeInBytes

    Declaration
    int valueSizeInBytes { get; }
    Property Value
    Type Description
    System.Int32

    valueType

    Declaration
    Type valueType { get; }
    Property Value
    Type Description
    Type

    Methods

    ReadValue(ref InputBindingCompositeContext, Void*, Int32)

    Declaration
    void ReadValue(ref InputBindingCompositeContext context, void *buffer, int bufferSize)
    Parameters
    Type Name Description
    InputBindingCompositeContext context
    System.Void* buffer
    System.Int32 bufferSize
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX