UxrManipulationEventArgs.IsOwnershipChanged Property
Gets whether the manipulation changed an object’s ownership. This is if IsMultiHands and IsSwitchHands are both false. This is useful to filter events that should be processed only if an object switched from belonging to an avatar to not belonging anymore or vice-versa, ignoring events where the object was already in the hands of an avatar and is just switching hands or being grabbed with more than one hand.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public bool IsOwnershipChanged { get; }
Property Value
Type: Boolean
See Also
Reference
UxrManipulationEventArgs Class
UltimateXR.Manipulation Namespace