Geometry
An internal Roblox service which cannot be used by developers.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 0
Removed member index 4
History | Member | |
---|---|---|
581 | CalculateConstraintsToPreserve(source: Instance, destination: Objects, tolerance: float, weldConstraintPreserve: WeldConstraintPreserve): Dictionary | |
581 | IntersectAsync(part: Instance, parts: Objects, options: Variant): Objects | |
581 | SubtractAsync(part: Instance, parts: Objects, options: Variant): Objects | |
581 | UnionAsync(part: Instance, parts: Objects, options: Variant): Objects |
Description
An ancient internal Roblox service, which appears to be responsible for all raw geometry shown in the game.
History 9
- 581 Remove UnionAsync
- 581 Remove SubtractAsync
- 581 Remove IntersectAsync
- 581 Remove CalculateConstraintsToPreserve
- 580 Add UnionAsync
- 580 Add SubtractAsync
- 580 Add IntersectAsync
- 580 Add CalculateConstraintsToPreserve
- 47 Add Geometry
Removed members 4
CalculateConstraintsToPreserve
Parameters (4) | ||
---|---|---|
source | Instance | |
destination | Objects | |
tolerance | float | |
weldConstraintPreserve | WeldConstraintPreserve | |
Returns (1) | ||
Dictionary |
Thread safety | Unsafe |
---|
History 2
IntersectAsync
Parameters (3) | ||
---|---|---|
part | Instance | |
parts | Objects | |
options | Variant | |
Returns (1) | ||
Objects |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 2
- 581 Remove IntersectAsync
- 580 Add IntersectAsync
SubtractAsync
Parameters (3) | ||
---|---|---|
part | Instance | |
parts | Objects | |
options | Variant | |
Returns (1) | ||
Objects |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 2
- 581 Remove SubtractAsync
- 580 Add SubtractAsync
UnionAsync
Parameters (3) | ||
---|---|---|
part | Instance | |
parts | Objects | |
options | Variant | |
Returns (1) | ||
Objects |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 2
- 581 Remove UnionAsync
- 580 Add UnionAsync