|
public registerStep(index: number, component: ISceneComponent, action: T): void {
|
|
public registerStep(index: number, component: ISceneComponent, action: T): void {
|
|
this.splice(i, 0, { index, component, action: action.bind(component) });
|
|
this.splice(i, 0, { index, component, action: action.bind(component) });
|