Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
DrawBlockEnvironmentData.cs
浏览该文件的文档.
1
using
Engine
;
2
using
GameEntitySystem
;
3
4
namespace
Game
{
5
public
class
DrawBlockEnvironmentData
{
6
public
DrawBlockMode
DrawBlockMode
;
7
8
public
SubsystemTerrain
SubsystemTerrain
;
9
10
public
Matrix
InWorldMatrix
;
11
12
public
Matrix
?
ViewProjectionMatrix
;
13
14
public
Vector3
?
BillboardDirection
;
15
16
public
int
Humidity
;
17
18
public
int
Temperature
;
19
20
public
int
Light
;
21
22
public
Entity
Owner
;
//在绘制的时候,可以读取该方块的拥有者。在渲染InventorySlotWidget, ComponentFirstPersonModel, ComponentHumanModel中用到
23
24
public
float
?
EnvironmentTemperature
;
25
26
public
DrawBlockEnvironmentData
() {
27
InWorldMatrix
=
Matrix
.
Identity
;
28
Humidity
= 15;
29
Temperature
= 8;
30
Light
= 15;
31
}
32
}
33
}
Game.DrawBlockEnvironmentData.ViewProjectionMatrix
Matrix? ViewProjectionMatrix
定义
DrawBlockEnvironmentData.cs:12
Game.DrawBlockEnvironmentData.DrawBlockEnvironmentData
DrawBlockEnvironmentData()
定义
DrawBlockEnvironmentData.cs:26
Game.DrawBlockEnvironmentData.EnvironmentTemperature
float? EnvironmentTemperature
定义
DrawBlockEnvironmentData.cs:24
Game.DrawBlockEnvironmentData.BillboardDirection
Vector3? BillboardDirection
定义
DrawBlockEnvironmentData.cs:14
Game.DrawBlockEnvironmentData.DrawBlockMode
DrawBlockMode DrawBlockMode
定义
DrawBlockEnvironmentData.cs:6
Game.DrawBlockEnvironmentData.SubsystemTerrain
SubsystemTerrain SubsystemTerrain
定义
DrawBlockEnvironmentData.cs:8
Game.DrawBlockEnvironmentData.Light
int Light
定义
DrawBlockEnvironmentData.cs:20
Game.DrawBlockEnvironmentData.Temperature
int Temperature
定义
DrawBlockEnvironmentData.cs:18
Game.DrawBlockEnvironmentData.Owner
Entity Owner
定义
DrawBlockEnvironmentData.cs:22
Game.DrawBlockEnvironmentData.InWorldMatrix
Matrix InWorldMatrix
定义
DrawBlockEnvironmentData.cs:10
Game.DrawBlockEnvironmentData.Humidity
int Humidity
定义
DrawBlockEnvironmentData.cs:16
GameEntitySystem.Entity
定义
Entity.cs:10
Engine
定义
BaseSound.cs:10
GameEntitySystem
定义
Component.cs:6
Game
定义
ContentFileBridge.cs:4
Engine.Matrix
定义
Matrix.cs:17
Engine.Matrix.Identity
static readonly Matrix Identity
定义
Matrix.cs:37
Engine.Vector3
定义
Vector3.cs:2
SurvivalcraftApi 1.8.2.3
Survivalcraft.Windows
Game
DrawBlockEnvironmentData.cs
制作者
1.16.1