Property debugPrefab
debugPrefab
Specifies a debug Prefab that will be attached to all environment probes.
Declaration
public GameObject debugPrefab { get; set; }
Property Value
Type | Description |
---|---|
GameObject | A debug Prefab that will be attached to all environment probes. |
Remarks
Setting a debug Prefab allows for these environment probes to be more readily visualized but is not
required for normal operation of this manager. This script will automatically create reflection probes for
all environment probes reported by the XREnvironmentProbeSubsystem
.