Method Run
Run(OccurrenceList)
Runs in Pixyz context. To be overriden in the derived class.
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 |