Bases: object
Used for defining input sources to a geometry.
Create an input list
Methods
__init__() | Create an input list |
addInput(offset, semantic, src[, set]) | Add an input source to this input list. |
getList() | Returns a list of tuples of the source in the form (offset, semantic, source, set) |
Add an input source to this input list.
Parameters: |
|
---|
Returns a list of tuples of the source in the form (offset, semantic, source, set)