Class PhysicsMaterial2D
Inheritance
PhysicsMaterial2D
Assembly: UnityEngine.dll
Syntax
public sealed class PhysicsMaterial2D : Object
Constructors
|
Improve this Doc
View Source
PhysicsMaterial2D()
Declaration
public PhysicsMaterial2D()
|
Improve this Doc
View Source
PhysicsMaterial2D(String)
Declaration
public PhysicsMaterial2D(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Properties
bounciness
Declaration
public float bounciness { get; set; }
Property Value
friction
Declaration
public float friction { get; set; }
Property Value
Extension Methods