Event.altvar alt : booleanDescriptionIs Alt/Option key held down? (Read Only) On Windows, this returns true if any Alt key is held down.
JavaScript
// Prints Option or Alt key was pressed depending the using UnityEngine; import UnityEngine |
