public class ProfileCommon extends ColladaElement
The profile common. Opens a block of COMMON platform-specific data types and technique declarations.
Constructor and Description |
---|
ProfileCommon() |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Gets or sets the asset.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getId()
Gets or sets the id.
|
ProfileCommonTechnique |
getTechnique()
Gets or sets the technique.
|
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 |
setTechnique(ProfileCommonTechnique value)
Gets or sets the technique.
|
public final Asset getAsset()
Gets or sets the asset.
public final void setAsset(Asset value)
Gets or sets the asset.
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.
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.
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.
public final void setId(String value)
Gets or sets the id.