TechniqueOverride

Inheritance: java.lang.Object, ColladaElement

The technique override. Target specific techniques and passes inside a material rather than having to split the effects techniques and passes into multiple effects.

Constructors

ConstructorDescription
TechniqueOverride()

Methods

MethodDescription
getReference()Gets or sets the reference. The reference attribute is required and specifies the SID of a technique.
setReference(String value)Gets or sets the reference. The reference attribute is required and specifies the SID of a technique.
getPass()Gets or sets the pass. The pass attribute is optional and specifies the SID of one pass to execute. If not specified (or empty), then all of the technique’s passes are used.
setPass(String value)Gets or sets the pass. The pass attribute is optional and specifies the SID of one pass to execute. If not specified (or empty), then all of the technique’s passes are used.

TechniqueOverride()

public TechniqueOverride()

getReference()

public final String getReference()

Gets or sets the reference. The reference attribute is required and specifies the SID of a technique.

Returns: String

setReference(String value)

public final void setReference(String value)

Gets or sets the reference. The reference attribute is required and specifies the SID of a technique.

getPass()

public final String getPass()

Gets or sets the pass. The pass attribute is optional and specifies the SID of one pass to execute. If not specified (or empty), then all of the technique’s passes are used.

Returns: String

setPass(String value)

public final void setPass(String value)

Gets or sets the pass. The pass attribute is optional and specifies the SID of one pass to execute. If not specified (or empty), then all of the technique’s passes are used.