UnionOperation
A modifier class that combines multiple parts into a single union.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "Union" |
ConnectedParts | table | {} |
_manifoldptr | any | nil |
_mesh | any | nil |
_cpuMeshData | any | nil |
CollisionFidelity | EnumItem | Enum.CollisionFidelity.Default |
RenderFidelity | EnumItem | Enum.RenderFidelity.Automatic |
Functions
instance:GetConnectedParts
Returns the parts this Union is made of.
Arguments
{ any }Returns
This function returns nothing.
API
instance:GetConnectedParts({ any })