add column |
fix table |
||
Line 13: | Line 13: | ||
<onlyinclude><includeonly>{| class="wikitable mw-collapsible" | <onlyinclude><includeonly>{| class="wikitable mw-collapsible" | ||
|+ Triggers | |+ Triggers | ||
! Method Name | ! Method Name | ||
! Method type and Arguments. | ! Method type and Arguments. |
Latest revision as of 06:11, 17 March 2025
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
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
Spawn()
|
Action | X | Spawns a slot randomly selected from Templates , located at the origin of this component's parent slot.
|
SpawnAtPoint()
|
Action`1<point: Float3> | X | Spawns a slot randomly selected from Templates , located at the position specified in the Float3 argument
|