Summary
Types of mouse control supported
- Namespace
- ASL
.PlayerSystem - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph TD
Base0["Enum"]-->Type
Base1["ValueType"]-->Base0
Base2["object"]-->Base1
Interface0["IComparable"]-.->Type
Interface1["IFormattable"]-.->Type
Interface2["IConvertible"]-.->Type
Type["SmoothMouseLook.RotationAxes"]
class Type type-node
Syntax
public enum SmoothMouseLook.RotationAxes
Fields
Name | Constant Value | Summary |
---|---|---|
MouseX | 1 |
static
|
MouseXAndY | 0 |
static
|
MouseY | 2 |
static
|