Skip to content

ScanMode

BETA
Define a interactable object's mode of being scanned by an interactor.

Properties

ScanMode ScanMode.PhysicsClient

BETA 
Interactor will deploy a physics query with a radius of 3 meters on client to scan interactableObjects with this scanMode at a interval of 0.1 second.

ScanMode ScanMode.PhysicsClientDetailed

BETA 
On the basis of PhysicsClient scanMode,a filter can be added to scanned interactableObjects.

ScanMode ScanMode.TriggerColliderClient

BETA 
On client,InteractableObjects entered interactor's trigger range will be scanned.

ScanMode ScanMode.TriggerColliderServer

BETA 
On server,InteractableObjects entered interactor's trigger range will be scanned.

ScanMode ScanMode.Custom

BETA 
When set to custom mode,no default scan system will run for scanning this interactable object. Custom mode can only use on server.

ScanMode ScanMode.Custom2

BETA 
Extra custom mode when you need more than one custom scan.

ScanMode ScanMode.Custom3

BETA 
Extra custom mode when you need more than one custom scan.

ScanMode ScanMode.Custom4

BETA 
Extra custom mode when you need more than one custom scan.

ScanMode ScanMode.Custom5

BETA 
Extra custom mode when you need more than one custom scan.