UnityEngine.PhysicMaterial.PhysicMaterial C# (CSharp) Method

PhysicMaterial() public method

public PhysicMaterial ( string name ) : System
name string
return System
        public PhysicMaterial(string name)
        {
            Internal_CreateDynamicsMaterial(this, name);
        }

Same methods

PhysicMaterial::PhysicMaterial ( )
PhysicMaterial::PhysicMaterial ( string name )
PhysicMaterial::PhysicMaterial ( ) : System