Skip to content

Inheritance in TG.Program #20

@fernandojsg

Description

@fernandojsg

Every TG.Program needs the same two functions getParamsand setParamValue.

getParams: function () {
    return params;
},
setParamValue: function ( id, value ) {
    params[ id ] = value;
},

Could be nice to be implemented just in TG.Program, not on every subclass.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions