EditorInteraction
Description:
Wraps the EditorInteractionType for the Pane to allow for clients to override their type dynamically if need be.
Wraps the EditorInteractionType for the Pane to allow for clients to override their type dynamically if need be.
public class EditorInteraction
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| EditorInteraction() | None | Construct a default interaction. | |
| EditorInteraction(EditorInteractionType) | None | Construct the interaction with the specified type. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| InteractionType | EditorInteractionType | The type of interaction. |