InstanceEffect

Inheritance: java.lang.Object, ColladaElement

The instance effect.

Constructors

ConstructorDescription
InstanceEffect()

Methods

MethodDescription
getTechniqueHint()Gets or sets the technique hint. Add a hint for a platform of which technique to use in this effect.
setTechniqueHint(TechniqueHint[] value)Gets or sets the technique hint. Add a hint for a platform of which technique to use in this effect.
getSetParameter()Gets or sets the set parameter. Assigns a new value to a previously defined parameter.
setSetParameter(String[] value)Gets or sets the set parameter. Assigns a new value to a previously defined parameter.
getExtra()Gets or sets the extra. The extra element may appear any number of times.
setExtra(Extra[] value)Gets or sets the extra. The extra element may appear any number of times.
getUrl()Gets 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.
setUrl(String value)Gets 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.
getSid()Gets 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.
setSid(String value)Gets 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.
getName()Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
setName(String value)Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.

InstanceEffect()

public InstanceEffect()

getTechniqueHint()

public final TechniqueHint[] getTechniqueHint()

Gets or sets the technique hint. Add a hint for a platform of which technique to use in this effect.

Returns: TechniqueHint[]

setTechniqueHint(TechniqueHint[] value)

public final void setTechniqueHint(TechniqueHint[] value)

Gets or sets the technique hint. Add a hint for a platform of which technique to use in this effect.

getSetParameter()

public final String[] getSetParameter()

Gets or sets the set parameter. Assigns a new value to a previously defined parameter.

Returns: String[]

setSetParameter(String[] value)

public final void setSetParameter(String[] value)

Gets or sets the set parameter. Assigns a new value to a previously defined parameter.

getExtra()

public final Extra[] getExtra()

Gets or sets the extra. The extra element may appear any number of times.

Returns: Extra[]

setExtra(Extra[] value)

public final void setExtra(Extra[] value)

Gets or sets the extra. The extra element may appear any number of times.

getUrl()

public final String getUrl()

Gets 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.

Returns: String

setUrl(String value)

public final void setUrl(String value)

Gets 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.

getSid()

public final String getSid()

Gets 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.

Returns: String

setSid(String value)

public final void setSid(String value)

Gets 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.

getName()

public final String getName()

Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.

Returns: String

setName(String value)

public final void setName(String value)

Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.