UxrGrabbableObject.Tag Property
String that identifies which UxrGrabbableObjectAnchor components are compatible for placement. A UxrGrabbableObject can be placed on an UxrGrabbableObjectAnchor only if:
- Tag is null or empty and UxrGrabbableObjectAnchor has no compatible tags set
- Tag has a value that is in one of the compatible tag entries in UxrGrabbableObjectAnchor
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public string Tag { get; set; }
Property Value
Type: String