TechniqueCommon
Contents
[
Hide
]Inheritance: java.lang.Object, ColladaElement
The technique common. The technique common specifies the common method for accessing this source element’s data.
Constructors
| Constructor | Description |
|---|---|
| TechniqueCommon() |
Methods
| Method | Description |
|---|---|
| getAccessor() | Gets or sets the accessor. The source’s technique_common must have one and only one accessor. |
| setAccessor(Accessor value) | Gets or sets the accessor. The source’s technique_common must have one and only one accessor. |
TechniqueCommon()
public TechniqueCommon()
getAccessor()
public final Accessor getAccessor()
Gets or sets the accessor. The source’s technique_common must have one and only one accessor.
Returns: Accessor
setAccessor(Accessor value)
public final void setAccessor(Accessor value)
Gets or sets the accessor. The source’s technique_common must have one and only one accessor.