Enum InputMode
Syntax
public enum InputMode
Fields
Name | Description |
---|---|
External | Objects are moved by an external system. Only state changes are provided. |
Raycast | A ray is provided to determine which object is hovered and how it should be moved. |