Component:PointGenerator

From Resonite Wiki
Revision as of 17:02, 15 October 2024 by 989onan (talk | contribs) (Yeah no it's not very commonly used in spawn area. The circle one is though!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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