InstanceEffect class

InstanceEffect class

The instance effect.

Inheritance: InstanceEffectColladaElement

The InstanceEffect type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of InstanceEffect

Properties

PropertyDescription
technique_hintGets or sets the technique hint.
Add a hint for a platform of which technique to use in this effect.
set_parameterGets or sets the set parameter.
Assigns a new value to a previously defined parameter.
extraGets or sets the extra.
The extra element may appear any number of times.
urlGets or sets the url.
The url attribute refers to resource.
This may refer to a local resource using a relative URL fragment identifier that begins with the “#” character.
The url attribute may refer to an external resource using an absolute or relative URL.
sidGets or sets the sid.
The sid attribute is a text string value containing the sub-identifier of this element.
This value must be unique within the scope of the parent element.
Optional attribute.
nameGets or sets the name.
The name attribute is the text string name of this element.
Optional attribute.

See Also