public class Effect extends ColladaElement
The effect. A self contained description of a SHADER effect.
Constructor and Description |
---|
Effect() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAnnotate()
Gets or sets the annotate.
|
Asset |
getAsset()
Gets or sets the asset.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getId()
Gets or sets the id.
|
String |
getName()
Gets or sets the name.
|
String[] |
getNewParameter()
Gets or sets the new parameter.
|
ProfileBridge[] |
getProfileBridge()
Gets or sets the profile bridge.
|
ProfileCommon[] |
getProfileCommon()
Gets or sets the profile common.
|
void |
setAnnotate(String[] value)
Gets or sets the annotate.
|
void |
setAsset(Asset value)
Gets or sets the asset.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setNewParameter(String[] value)
Gets or sets the new parameter.
|
void |
setProfileBridge(ProfileBridge[] value)
Gets or sets the profile bridge.
|
void |
setProfileCommon(ProfileCommon[] value)
Gets or sets the profile common.
|
public final Asset getAsset()
Gets or sets the asset. The effect element may contain an asset element.
public final void setAsset(Asset value)
Gets or sets the asset. The effect element may contain an asset element.
public final String[] getAnnotate()
Gets or sets the annotate. The annotate element allows you to specify an annotation on this effect.
public final void setAnnotate(String[] value)
Gets or sets the annotate. The annotate element allows you to specify an annotation on this effect.
public final String[] getNewParameter()
Gets or sets the new parameter. The new parameter element allows you to create new effect parameters which can be shared by multiple profiles.
public final void setNewParameter(String[] value)
Gets or sets the new parameter. The new parameter element allows you to create new effect parameters which can be shared by multiple profiles.
public final ProfileCommon[] getProfileCommon()
Gets or sets the profile common.
public final void setProfileCommon(ProfileCommon[] value)
Gets or sets the profile common.
public final ProfileBridge[] getProfileBridge()
Gets or sets the profile bridge.
public final void setProfileBridge(ProfileBridge[] value)
Gets or sets the profile bridge.
public final Extra[] getExtra()
Gets or sets the extra. The extra element may appear any number of times.
public final void setExtra(Extra[] value)
Gets or sets the extra. The extra element may appear any number of times.
public final String getId()
Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
public final void setId(String value)
Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
public final String getName()
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
public final void setName(String value)
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.