Pylon Fluid
open class PylonFluid(key: NamespacedKey, val name: Component, material: Material, tags: MutableList<PylonFluidTag>) : Keyed(source)
Fluids aren't necessarily just liquids, they can also be gases or other substances that can flow.
Parameters
material
Used to display the fluid in tanks
See also
Constructors
Link copied to clipboard
constructor(key: NamespacedKey, name: Component, material: Material, tags: MutableList<PylonFluidTag>)