UxrGrabPointInfo.IsEditorFoldedOut Property
Gets or sets whether foldout control for a given grab point is folded out or not. We use this in the editor to check if we need to render the preview grab pose meshes for a given grab point. Grab points that are not folded out are not rendered.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public bool IsEditorFoldedOut { get; set; }
Property Value
Type: Boolean