SensMax TAC-B 3D-WP Unity Integration
Loading...
Searching...
No Matches
Public Attributes | List of all members
SpawnOnEntity Class Reference

Sample monobehaviour that spawns GameObjects that represents any entities detected by the sensor. More...

Inheritance diagram for SpawnOnEntity:

Public Attributes

GameObject SpawnPrefab
 GameObject to spawn representing entities.
 
List< Color > colors
 List of colors for spawned objects. Colors are assigned based on Id in this sample. More...
 

Detailed Description

Sample monobehaviour that spawns GameObjects that represents any entities detected by the sensor.

Member Data Documentation

◆ colors

List<Color> SpawnOnEntity.colors
Initial value:
= new(){
Color.blue,
Color.green,
Color.red,
Color.yellow,
}

List of colors for spawned objects. Colors are assigned based on Id in this sample.


The documentation for this class was generated from the following file: