Exemplo n.º 1
0
 public PhysicsMaterial2D(string name)
 {
     PhysicsMaterial2D.Create_Internal(this, name);
 }
Exemplo n.º 2
0
 public PhysicsMaterial2D()
 {
     PhysicsMaterial2D.Create_Internal(this, null);
 }