Snapping Properties |
The Snapping type exposes the following members.
Name | Description | |
---|---|---|
AllowPhysicsWhenSnappedToOrigin |
Returns true if this object will not be kinematic when snapped to origin, otherwise false
| |
AlwaysSnap |
True if this object always snaps to the nearest target
| |
DefaultSnapTarget |
Returns the default snap target
| |
Enabled |
True if snapping is supported (targets were specified or we snap to origin)
| |
MaxDistanceTolerance |
Maximum Distance tolerance for snapping
Note: This only applies if AlwaysSnap is false
| |
OriginSnapTargetIndex |
The original snap target index, or UnassignedSnapTarget (255) if not assigned
| |
PreviewSnap |
True if preview snap is enabled
| |
RotationAxisFilter |
Filter for all snapping targets
Note: This only applies if AlwaysSnap is false
| |
SnapToOrigin |
Returns true if this object will snap to its original position
| |
TargetCount |
Returns the number of snap targets available
|