UxrGrabbableObjectAnchor.IsCompatibleObject Method
Checks whether the given UxrGrabbableObject is compatible with the anchor, which means that it can potentially be placed on it if there is no other object placed.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public bool IsCompatibleObject(
UxrGrabbableObject grabbableObject
)
Parameters
- grabbableObject
- Type: UltimateXR.Manipulation.UxrGrabbableObject
Object to check
Return Value
Type: Boolean
Whether the object is compatible with the anchor
See Also
Reference
UxrGrabbableObjectAnchor Class
UltimateXR.Manipulation Namespace