Click or drag to resize
DigitalRuneUniformMaterial Constructor (String)
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
)

Parameters

name
Type: SystemString
The name of the material. Can be .
See Also