Class InstanceMaterialRendering

InstanceMaterialRendering class

The instance material rendering. Instantiates a COLLADA material resource for a screen effect.

public class InstanceMaterialRendering : ColladaElement

Constructors

NameDescription
InstanceMaterialRendering()The default constructor.

Properties

NameDescription
Bind { get; set; }Gets or sets the bind. Binds values to effect parameters upon instantiation.
Extra { get; set; }Gets or sets the extra.
TechniqueOverride { get; set; }Gets or sets the technique override. Target specific techniques and passes inside a material rather than having to split the effects techniques and passes into multiple effects.
Url { get; set; }Gets or sets the url.

See Also