Property | Type | Description | |
---|---|---|---|
MaterialAttribs | string[] | ||
density | float | ||
friction | float | ||
restitution | float | ||
type | string |
Method | Description | |
---|---|---|
MaterialAttributes ( string t, float d, float f, float r ) : System.Collections.Generic |
public MaterialAttributes ( string t, float d, float f, float r ) : System.Collections.Generic | ||
t | string | |
d | float | |
f | float | |
r | float | |
return | System.Collections.Generic |