Method Run
Run(OccurrenceList)
Execute the behavior of this Action by creating or replacing normals on the input
Declaration
protected override OccurrenceList Run(OccurrenceList occurrences)
Parameters
| Type | Name | Description |
|---|---|---|
| OccurrenceList | occurrences | Input GameObjects as Pixyz occurrences |
Returns
| Type | Description |
|---|---|
| OccurrenceList | Output occurrences that will be converted back to GameObjects |
Overrides
Remarks
Can be executed on a different thread, Do not call Unity API here.