Component image File:DebugBoxDistanceComponent.pngDebug Box Distance component as seen in the Scene Inspector
The Debug Box Distance component allows for debugging the distance from a box object, and generates 32 random points on attach to do so.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Size
|
Float3 | The size of the box to debug |
Points
|
direct SyncFieldList`1<Float3> | The points to use to visualize the distances from the box. |