Input.accelerationEventsstatic var accelerationEvents : AccelerationEvent[]DescriptionReturns list of acceleration measurements which occurred during the last frame. (Read Only) (Allocates temporary variables)
JavaScript
// Calculates weighted sum of acceleration measurements which occurred during the last frame using UnityEngine; import UnityEngine |
