Skip to content
View Categories

Scan Effect

SCAN EFFECT

Call the Scan() method to perform a world scan effect which can detect POIs and trigger events.

Multiple calls at same time are supported!

The scan effect can be customized in the Compass Navigator Pro inspector by creating and assinging a Scan Profile asset:

The Scan() method has a few variations. Simply call Scan() to use the current parameters set in the inspector. Or call Scan(profile) to pass a custom profile with different settings. You can also call Scan(… parameters…) and pass a list of parameters with custom values which doesn’t require to use a profile. Check the scripting C# section for more details about the parameters.

The demo scene includes a script “LevelManager.cs” which makes use of this feaure (scan) by pressing “F” key and also show light beacons over the detected POI.

Back To Top
Mostrar formularion