ProfileCommon
Inheritance: java.lang.Object, ColladaElement
The profile common. Opens a block of COMMON platform-specific data types and technique declarations.
Constructors
| Constructor | Description |
|---|---|
| ProfileCommon() |
Methods
| Method | Description |
|---|---|
| getAsset() | Gets or sets the asset. |
| setAsset(Asset value) | Gets or sets the asset. |
| getTechnique() | Gets or sets the technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method. |
| setTechnique(ProfileCommonTechnique value) | Gets or sets the technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method. |
| 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. |
| getId() | Gets or sets the id. |
| setId(String value) | Gets or sets the id. |
ProfileCommon()
public ProfileCommon()
getAsset()
public final Asset getAsset()
Gets or sets the asset.
Returns: Asset
setAsset(Asset value)
public final void setAsset(Asset value)
Gets or sets the asset.
getTechnique()
public final ProfileCommonTechnique getTechnique()
Gets or sets the technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method.
Returns: ProfileCommonTechnique
setTechnique(ProfileCommonTechnique value)
public final void setTechnique(ProfileCommonTechnique value)
Gets or sets the technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method.
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.
getId()
public final String getId()
Gets or sets the id.
Returns: String
setId(String value)
public final void setId(String value)
Gets or sets the id.