Internal_Create() private method

private Internal_Create ( [ mat, string name ) : void
mat [
name string
return void
コード例 #1
0
 public PhysicsMaterial2D(string name)
 {
     PhysicsMaterial2D.Internal_Create(this, name);
 }
コード例 #2
0
 public PhysicsMaterial2D()
 {
     PhysicsMaterial2D.Internal_Create(this, null);
 }