Click or drag to resize

MotionEvent Structure

Motion event.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Demo3D.VisualsMotionEvent

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
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