The InteractorLayer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| InteractorLayer | Initializes a new instance of the InteractorLayer class |
Methods
| Name | Description | |
|---|---|---|
| IsOver |
Returns true if the given coordinate is part of the interactor.
| |
| OnAttached |
Invoked when the interactor - including this layer - becomes attached to its parent.
| |
| OnDetached |
Invoked when the interactor - including this layer - becomes detached from its parent.
|
Properties
| Name | Description | |
|---|---|---|
| IsEnabled |
Controls whether this layer is enabled. If false, the interactor behaves as if
without the layer.
| |
| Rectangle |
The rectangle that the interactor occupies, including this layer.
|