[]
        
(Showing Draft Content)

C1.C1Preview.InputActionCollection

InputActionCollection Class

Represents a collection of InputAction objects.

Inheritance
InputActionCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class InputActionCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
InputActionCollection()

Properties

Name Description
this[int]

Gets or sets the element at the specified index.

Methods

Name Description
Add(InputAction)

Adds an element to the current collection.

Add(UserActionEnum, ActionHandlerBase)

Creates a new InputAction instance based on the specified user action and handler, and adds it to the current collection.

IndexOf(InputAction)

Returns the index of the specified element in the current collection.

Insert(int, InputAction)

Inserts an element into the current collection.

Remove(InputAction)

Removes an element from the current collection.