Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
PlayerInput.cs
浏览该文件的文档.
1
using
Engine
;
2
using
TemplatesDatabase
;
3
4
namespace
Game
{
5
public
struct
PlayerInput
{
6
public
PlayerInput
() { }
7
public
Vector2
Look
;
8
9
public
Vector3
Move
;
10
11
public
Vector3
CrouchMove
;
12
13
public
Vector3
?
VrMove
;
14
15
public
Vector2
?
VrLook
;
16
17
public
Vector2
CameraLook
;
18
19
public
Vector3
CameraMove
;
20
21
public
Vector3
CameraCrouchMove
;
22
23
public
bool
ToggleCreativeFly
;
24
25
public
bool
ToggleCrouch
;
26
27
public
bool
ToggleMount
;
28
29
public
bool
EditItem
;
30
31
public
bool
Jump
;
32
33
public
int
ScrollInventory
;
34
35
public
bool
ToggleInventory
;
36
37
public
bool
ToggleClothing
;
38
39
public
bool
TakeScreenshot
;
40
41
public
bool
SwitchCameraMode
;
42
43
public
bool
TimeOfDay
;
44
45
public
bool
Lighting
;
46
47
public
bool
Precipitation
;
48
49
public
bool
Fog
;
50
51
public
bool
KeyboardHelp
;
52
53
public
bool
GamepadHelp
;
54
55
public
Ray3
?
Dig
;
56
57
public
Ray3
?
Hit
;
58
59
public
Ray3
?
Aim
;
60
61
public
Ray3
?
Interact
;
62
63
public
Ray3
?
PickBlockType
;
64
65
public
bool
Drop
;
66
67
public
int
?
SelectInventorySlot
;
68
72
public
ValuesDictionary
ValuesDictionaryForMods
=
new
();
73
}
74
}
TemplatesDatabase.ValuesDictionary
定义
ValuesDictionary.cs:9
Engine
定义
BaseSound.cs:10
Game
定义
ContentFileBridge.cs:4
TemplatesDatabase
定义
Database.cs:6
Engine.Ray3
定义
Ray3.cs:2
Engine.Vector2
定义
Vector2.cs:2
Engine.Vector3
定义
Vector3.cs:2
Game.PlayerInput.Dig
Ray3? Dig
定义
PlayerInput.cs:55
Game.PlayerInput.Precipitation
bool Precipitation
定义
PlayerInput.cs:47
Game.PlayerInput.Move
Vector3 Move
定义
PlayerInput.cs:9
Game.PlayerInput.CrouchMove
Vector3 CrouchMove
定义
PlayerInput.cs:11
Game.PlayerInput.EditItem
bool EditItem
定义
PlayerInput.cs:29
Game.PlayerInput.PickBlockType
Ray3? PickBlockType
定义
PlayerInput.cs:63
Game.PlayerInput.VrLook
Vector2? VrLook
定义
PlayerInput.cs:15
Game.PlayerInput.VrMove
Vector3? VrMove
定义
PlayerInput.cs:13
Game.PlayerInput.ToggleCreativeFly
bool ToggleCreativeFly
定义
PlayerInput.cs:23
Game.PlayerInput.ToggleMount
bool ToggleMount
定义
PlayerInput.cs:27
Game.PlayerInput.TimeOfDay
bool TimeOfDay
定义
PlayerInput.cs:43
Game.PlayerInput.CameraLook
Vector2 CameraLook
定义
PlayerInput.cs:17
Game.PlayerInput.Drop
bool Drop
定义
PlayerInput.cs:65
Game.PlayerInput.Hit
Ray3? Hit
定义
PlayerInput.cs:57
Game.PlayerInput.Aim
Ray3? Aim
定义
PlayerInput.cs:59
Game.PlayerInput.PlayerInput
PlayerInput()
定义
PlayerInput.cs:6
Game.PlayerInput.Lighting
bool Lighting
定义
PlayerInput.cs:45
Game.PlayerInput.Fog
bool Fog
定义
PlayerInput.cs:49
Game.PlayerInput.Interact
Ray3? Interact
定义
PlayerInput.cs:61
Game.PlayerInput.ScrollInventory
int ScrollInventory
定义
PlayerInput.cs:33
Game.PlayerInput.Look
Vector2 Look
定义
PlayerInput.cs:7
Game.PlayerInput.Jump
bool Jump
定义
PlayerInput.cs:31
Game.PlayerInput.ValuesDictionaryForMods
ValuesDictionary ValuesDictionaryForMods
模组如果需要添加或使用额外信息,可以在这个ValuesDictionary读写元素
定义
PlayerInput.cs:72
Game.PlayerInput.KeyboardHelp
bool KeyboardHelp
定义
PlayerInput.cs:51
Game.PlayerInput.ToggleClothing
bool ToggleClothing
定义
PlayerInput.cs:37
Game.PlayerInput.CameraMove
Vector3 CameraMove
定义
PlayerInput.cs:19
Game.PlayerInput.CameraCrouchMove
Vector3 CameraCrouchMove
定义
PlayerInput.cs:21
Game.PlayerInput.SelectInventorySlot
int? SelectInventorySlot
定义
PlayerInput.cs:67
Game.PlayerInput.ToggleCrouch
bool ToggleCrouch
定义
PlayerInput.cs:25
Game.PlayerInput.GamepadHelp
bool GamepadHelp
定义
PlayerInput.cs:53
Game.PlayerInput.ToggleInventory
bool ToggleInventory
定义
PlayerInput.cs:35
Game.PlayerInput.SwitchCameraMode
bool SwitchCameraMode
定义
PlayerInput.cs:41
Game.PlayerInput.TakeScreenshot
bool TakeScreenshot
定义
PlayerInput.cs:39
SurvivalcraftApi 1.8.2.3
Survivalcraft.Windows
Game
PlayerInput.cs
制作者
1.16.1