Component:PointGenerator: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page PointGenerator (Component) to Component:PointGenerator: Creating component Namespace
Added a usage sentance. Added a related component.
Line 15: Line 15:
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
This is often used in the [[Component:CommonSpawnArea|CommonSpawnArea]] component.


<!--T:4-->
<!--T:4-->
Line 21: Line 23:
<!--T:5-->
<!--T:5-->
== Related Components ==
== Related Components ==
* [[Component:CommonSpawnArea]]
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Point Generator]]
[[Category:Components{{#translation:}}|Point Generator]]
[[Category:Components:Transform:Point Generators{{#translation:}}|Point Generator]]
[[Category:Components:Transform:Point Generators{{#translation:}}|Point Generator]]

Revision as of 04:45, 27 September 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Point Generator component as seen in the Scene Inspector


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

This is often used in the CommonSpawnArea component.

Examples

Related Components