Class PhysicMaterial
Inheritance
PhysicMaterial
Assembly: UnityEngine.dll
Syntax
public class PhysicMaterial : Object
Constructors
|
Improve this Doc
View Source
PhysicMaterial()
Declaration
|
Improve this Doc
View Source
PhysicMaterial(String)
Declaration
public PhysicMaterial(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Properties
bounceCombine
Declaration
public PhysicMaterialCombine bounceCombine { get; set; }
Property Value
bounciness
Declaration
public float bounciness { get; set; }
Property Value
|
Improve this Doc
View Source
bouncyness
Declaration
[Obsolete("Use PhysicMaterial.bounciness instead (UnityUpgradable) -> bounciness")]
public float bouncyness { get; set; }
Property Value
dynamicFriction
Declaration
public float dynamicFriction { get; set; }
Property Value
frictionCombine
Declaration
public PhysicMaterialCombine frictionCombine { get; set; }
Property Value
staticFriction
Declaration
public float staticFriction { get; set; }
Property Value
Extension Methods