Click or drag to resize

MotionEvent Structure

Motion event.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public readonly struct MotionEvent

The MotionEvent type exposes the following members.

Constructors
  NameDescription
Public methodMotionEvent
Constructor.
Top
Fields
  NameDescription
Public fieldTime
The (relative) time at which the event occurs.
Public fieldType
The type of the event.
Top
See Also