Template:Table ComponentTriggers

Template page
Revision as of 19:39, 13 November 2024 by 989onan (talk | contribs) (update table headers and example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Method type and Arguments

Explains what kind of method it is (Action, Func`1, etc) and the variable types and names of the arguments (ex: "point: Float3, weight: Float"

Examples

From RandomObjectSpawner

Triggers
Method Name Method type and Arguments. Description
Spawn() Action Spawns a slot randomly selected from Templates, located at the origin of this component's parent slot.
SpawnAtPoint() Action`1<point: Float3> Spawns a slot randomly selected from Templates, located at the position specified in the Float3 argument