EntryInput
Summary
Constructors
| EntryInput() |
Properties
Methods
| Method | Returns |
|---|---|
| GetLevel(action: EntryInputActionEnum) | float |
| SetLevel(action: EntryInputActionEnum, level: float) | void |
Constructors
EntryInput
EntryInput()
Properties
deltaTime
float
authoritativeAimingYaw
float
authoritativeAimingPitch
float
authoritativeMovementPenalty
float
authoritativeCameraPosition
authoritativeMovementPosition
authoritativeMovementVelocity
flags
zoomLevel
int
Methods
GetLevel
GetLevel(action: EntryInputActionEnum): float
Parameters
| Name | Type | Description |
|---|---|---|
| action | EntryInputActionEnum |
Returns
| Type | Description |
|---|---|
| float |
SetLevel
SetLevel(action: EntryInputActionEnum, level: float)
Parameters
| Name | Type | Description |
|---|---|---|
| action | EntryInputActionEnum | |
| level | float |
Last modified August 24, 2022: Add EntryInput.zoomLevel (511025d1)