Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
GermaniumChunkBlock.cs
浏览该文件的文档.
1using Engine;
2
3namespace Game {
5 public static int Index = 149;
6
7 public GermaniumChunkBlock() : base(
8 Matrix.CreateRotationX(3f) * Matrix.CreateRotationZ(2f),
9 Matrix.CreateTranslation(0.875f, 0.25f, 0f),
10 new Color(255, 255, 255),
11 false
12 ) { }
13 }
14}
ChunkBlock(Matrix transform, Matrix tcTransform, Color color, bool smooth)