Component:PointGenerator

From Resonite Wiki
(Redirected from PointGenerator (Component))
This page contains changes which are not marked for translation.
Component image 
Point Generator component as seen in the Scene Inspector

Generates points only at a single point which is the position of the slot this component is on.

Fields

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.

Usage

Used in a Common Spawn Area to define in what kind of spawn area shape users should initially spawn into. In this case, it spawns them at the exact location of the component's slot.

Examples

Can be used to spawn the user very precicely, like how players would spawn in some old PVP games or the positions for players in CSGO.

Related Components