Pipeline
Defined in: node_modules/@rbxts/planck/src/Pipeline.d.ts:8
Pipelines represent a set of ordered Phases. Systems cannot be assigned to Pipelines themselves, but rather to Phases within those Pipelines.
Methods
Section titled “Methods”insert()
Section titled “insert()”insert(
phase):this
Defined in: node_modules/@rbxts/planck/src/Pipeline.d.ts:19
Adds a Phase to the Pipeline, ordering it implicitly.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”this
insertAfter()
Section titled “insertAfter()”insertAfter(
phase,after):this
Defined in: node_modules/@rbxts/planck/src/Pipeline.d.ts:21
Adds a Phase to the Pipeline after another Phase, ordering it explicitly.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”this
insertBefore()
Section titled “insertBefore()”insertBefore(
phase,before):this
Defined in: node_modules/@rbxts/planck/src/Pipeline.d.ts:23
Adds a Phase to the Pipeline before another Phase, ordering it explicitly.
Parameters
Section titled “Parameters”before
Section titled “before”Returns
Section titled “Returns”this