isAnchored
A Boolean value indicating whether the item is anchored to its current position.
Declaration
var isAnchored: Bool { get set }Discussion
An anchored item participates in collisions but is not affected by those collisions. Instead, the item behaves like a collision boundary. The default value of this property is false.