Skip to content

collidersize

eisclimber edited this page Apr 4, 2026 · 1 revision

BaseButton.ColliderSize

Property in BaseButton

Summary

The Size of the box collider component of the pushAnchor that determines the area in which presses are detected. It should wrap around the objects in the pushAnchor. A common source of error is if set to (0, 0, 0) no pressed will be detected.

public Vector3 ColliderSize { get; set; }

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally