Returns properties of a material - defaults on inelastic frictionless.

Namespace: JigLibX.Collision
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public MaterialProperties GetMaterialProperties(
	int id
)
Visual Basic
Public Function GetMaterialProperties ( _
	id As Integer _
) As MaterialProperties
Visual C++
public:
MaterialProperties GetMaterialProperties(
	int id
)

Parameters

id
Type: System..::..Int32

[Missing <param name="id"/> documentation for "M:JigLibX.Collision.MaterialTable.GetMaterialProperties(System.Int32)"]

Return Value

MaterialProperties

See Also