public class TechniqueCommon extends ColladaElement
The technique common. The technique common specifies the common method for accessing this source element's data.
Constructor and Description |
---|
TechniqueCommon() |
Modifier and Type | Method and Description |
---|---|
Accessor |
getAccessor()
Gets or sets the accessor.
|
void |
setAccessor(Accessor value)
Gets or sets the accessor.
|
public final Accessor getAccessor()
Gets or sets the accessor. The source's technique_common must have one and only one accessor.
public final void setAccessor(Accessor value)
Gets or sets the accessor. The source's technique_common must have one and only one accessor.