Click or drag to resize
DigitalRuneUniformMaterial Constructor (String, Boolean)
Initializes a new instance of the UniformMaterial class.

Namespace: DigitalRune.Physics.Materials
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public UniformMaterial(
	string name,
	bool supportsSurfaceMotion
)

Parameters

name
Type: SystemString
The name of the material. Can be .
supportsSurfaceMotion
Type: SystemBoolean
If set to the material supports surface motion. See also SupportsSurfaceMotion and SurfaceMotion.
See Also