The smallest angle allowed for the pin joint, in radians.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 3.0+
Framework
- Sprite
Kit
Declaration
var lowerAngleLimit: CGFloat { get set }
Discussion
The default value is 0
.
The smallest angle allowed for the pin joint, in radians.
SDKs
Framework
var lowerAngleLimit: CGFloat { get set }
The default value is 0
.
var rotation Speed: CGFloat
The speed, in radians per second, at which the physics bodies are driven around the pin joint.
var should Enable Limits: Bool
A Boolean value that indicates whether the pin joint’s rotation is limited to a specific range of values.
var upper Angle Limit: CGFloat
The largest angle allowed for the pin joint, in radians.
var friction Torque: CGFloat
The resistance applied by the pin joint to spinning around the anchor point.