Skip to content

objectcollisiondetector

eisclimber edited this page Apr 4, 2026 · 1 revision

ObjectCollisionDetector

Class in ExPresSXR.Minigames.Archery.TargetSpawner.Line

Inherits from UnityEngine.MonoBehaviour

Summary

A proxy component that allows passing a collision to another object but only with a certain object.

public class ObjectCollisionDetector : MonoBehaviour

Fields

Name Description
OnTriggered Emitted if a collision with the configured GameObject occurs.

Properties

Name Description
ObjectToDetect The object this component detects collisions with.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally