Api Sandbox InputMotionData
struct

InputMotionData

public sealed struct InputMotionData

Represents the current state of a device's motion sensor(s).

Fields

Name Type Description
Gyroscope Angles The raw value from the input device's gyroscope.
Accelerometer Vector3 The raw value from the input device's accelerometer.
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.InputMotionData