Component:CirclePointGenerator

From Resonite Wiki
Revision as of 16:59, 15 October 2024 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
Circle Point Generator component as seen in the Scene Inspector

A generator for points arranged in a circle with a given radius.

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.
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.

Related Components