Gets the properties for a pair of materials. Same result even if the two ids are swapped

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

Syntax

C#
public MaterialPairProperties GetPairProperties(
	int id1,
	int id2
)
Visual Basic
Public Function GetPairProperties ( _
	id1 As Integer, _
	id2 As Integer _
) As MaterialPairProperties
Visual C++
public:
MaterialPairProperties GetPairProperties(
	int id1, 
	int id2
)

Parameters

id1
Type: System..::..Int32

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

id2
Type: System..::..Int32

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

Return Value

MaterialProperties

See Also