コード例 #1
0
 internal Transform(Godot.Spatial node)
 {
     spatial = node;
 }
コード例 #2
0
 public Spatial()
 {
     Base = new _Spatial(this);
 }