ControllerPoseSynchronizer.UseSourcePoseAsFallback 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.
Should the Transform's position use the source pose by default until the input handler events are received?
public:
property bool UseSourcePoseAsFallback { bool get(); void set(bool value); };
public bool UseSourcePoseAsFallback { get; set; }
member this.UseSourcePoseAsFallback : bool with get, set
Public Property UseSourcePoseAsFallback As Boolean