Skip to content

targetproxy

eisclimber edited this page Apr 4, 2026 · 1 revision

TargetProxy

Class in ExPresSXR.Minigames.Archery.TargetSpawner

Inherits from UnityEngine.MonoBehaviour

Summary

A component that can and should be added to the root of a prefab if the target component is not at the root. It allows referencing the target from the root, avoiding having to search the prefab for it.

public class TargetProxy : MonoBehaviour

Properties

Name Description
Target Target to be referenced.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally