Follow.FaceTrackedObjectWhileClamped Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The object will face the tracked object while the object is outside of the distance/direction bounds defined in this component.
public:
property bool FaceTrackedObjectWhileClamped { bool get(); void set(bool value); };
public bool FaceTrackedObjectWhileClamped { get; set; }
member this.FaceTrackedObjectWhileClamped : bool with get, set
Public Property FaceTrackedObjectWhileClamped As Boolean