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 |