Internal_Create() private method

private Internal_Create ( [ mat, string name ) : void
mat [
name string
return void
 public PhysicsMaterial2D(string name)
 {
     PhysicsMaterial2D.Internal_Create(this, name);
 }
 public PhysicsMaterial2D()
 {
     PhysicsMaterial2D.Internal_Create(this, null);
 }