Component image
A generator for points arranged in a circle with a given radius.
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. |
Radius
|
Float | The distance from center to outside that this point generator should make points. |
Shell
|
Bool | Generate the points for this generator only along the outside edge. |
Usage
Used in a Common Spawn Area to define in what kind of spawn area shape users should initially spawn into.
Examples
Used in the default spawn area object in any flat grid world.