Summary
Base type for all device components (button, axis, etc)
- Namespace
- SharpInputSystem
- Base Types
-
- object
- Component
graph BT
Type-->Base0["Component"]
click Base0 "/sharpinputsystem/api/SharpInputSystem/Component"
Base0-->Base1["object"]
Type["Button"]
class Type type-node
Syntax
public class Button : Component
Constructors
| Name | Summary |
|---|---|
| Button |
|
| Button |
Properties
| Name | Value | Summary |
|---|---|---|
| IsPushed | bool | |
| Type | ComponentType |
Inherited from Component
|