system(name: string, cb: ()=>void, when: LCEvents[]): void
Runs a system at the specified events in the pipeline
param
nameThe name of the system. Overwrites an existing system if the name has been used before.
param
cbThe function to run.
param
whenWhen to run the function.
since
v4000.0