InteractionInfo Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.InteractionInfo"]
Namespace: Demo3D.Visuals
public class InteractionInfo
The InteractionInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| InteractionInfo |
Default constructor.
|
| Name | Description | |
|---|---|---|
| CurrentWorldLocation |
The current position (in world space).
| |
| Geometry |
The mode of interaction.
| |
| Locked |
Whether all joints other than the immediate joint up the chain of the interacted
visual are locked.
| |
| Normal |
The normal/direction of the drag plane/line.
| |
| Persistent |
Whether the goal for the interaction should persist until explicitly removed.
| |
| PickWorldLocation |
The world location on the visual at the point when interaction was started.
| |
| StartLocalLocation |
The position on the visual that was picked (in the local space of the visual).
| |
| UserData |
Persistent user data.
| |
| Visual |
The visual being interacted with.
|
| Name | Description | |
|---|---|---|
| Reset |
Resets the interaction information.
| |
| Update |
Updates the interaction information.
|