Click or drag to resize

InteractionInfo Class

[Missing <summary> documentation for "T:Demo3D.Visuals.InteractionInfo"]

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsInteractionInfo

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class InteractionInfo

The InteractionInfo type exposes the following members.

Constructors
 NameDescription
Public methodInteractionInfo Default constructor.
Top
Properties
 NameDescription
Public propertyCurrentWorldLocation The current position (in world space).
Public propertyGeometry The mode of interaction.
Public propertyLocked Whether all joints other than the immediate joint up the chain of the interacted visual are locked.
Public propertyNormal The normal/direction of the drag plane/line.
Public propertyPersistent Whether the goal for the interaction should persist until explicitly removed.
Public propertyPickWorldLocation The world location on the visual at the point when interaction was started.
Public propertyStartLocalLocation The position on the visual that was picked (in the local space of the visual).
Public propertyUserData Persistent user data.
Public propertyVisual The visual being interacted with.
Top
Methods
 NameDescription
Public methodReset Resets the interaction information.
Public methodUpdate Updates the interaction information.
Top
See Also