Click or drag to resize
DigitalRuneCompositeMaterialMaterials Property
Gets the list of materials for the shape features.

Namespace: DigitalRune.Physics.Materials
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public List<UniformMaterial> Materials { get; }

Property Value

Type: ListUniformMaterial
The materials for the shape features.
Remarks
Example: If this material is used for a rigid body with a TriangleMeshShape, the 9th item in this list defines the material of the 9th triangle in the triangle mesh. If this list has less items than the number of triangles or the item is , the DefaultMaterial is used for the other triangles.
See Also