PrismaticConstraint
Constraint which creates a rigid joint between two Attachments, allowing them to slide along one axis but not rotate.
Memory category | PhysicsParts |
---|
Member index 0
Description
A PrismaticConstraint creates a rigid joint between two Attachments, allowing them to slide along one axis but not rotate. This constrains the attachments so that their X axes are collinear but pointing in opposite directions. It also constrains the attachments so that their Y axes are parallel.
This constraint inherits many properties from SlidingBallConstraint including ActuatorType, LimitsEnabled, Velocity, and more. Please refer to SlidingBallConstraint for details on configuring a PrismaticConstraint.
When configuring this constraint, it may be helpful to study Roblox Units to understand how Roblox units compare to metric units.
History 4
- 454 Change MemoryCategory of PrismaticConstraint from Instances to PhysicsParts
- 452 Change MemoryCategory of PrismaticConstraint from PhysicsParts to Instances
- 453 Change MemoryCategory of PrismaticConstraint from Instances to PhysicsParts
- 241 Add PrismaticConstraint