Click or drag to resize

Snapping Properties

The Snapping type exposes the following members.

Properties
  NameDescription
Public propertyAllowPhysicsWhenSnappedToOrigin
Returns true if this object will not be kinematic when snapped to origin, otherwise false
Public propertyAlwaysSnap
True if this object always snaps to the nearest target
Public propertyDefaultSnapTarget
Returns the default snap target
Public propertyEnabled
True if snapping is supported (targets were specified or we snap to origin)
Public propertyMaxDistanceTolerance
Maximum Distance tolerance for snapping Note: This only applies if AlwaysSnap is false
Public propertyOriginSnapTargetIndex
The original snap target index, or UnassignedSnapTarget (255) if not assigned
Public propertyPreviewSnap
True if preview snap is enabled
Public propertyRotationAxisFilter
Filter for all snapping targets Note: This only applies if AlwaysSnap is false
Public propertySnapToOrigin
Returns true if this object will snap to its original position
Public propertyTargetCount
Returns the number of snap targets available
Top
See Also