GeneratorLog Method |
| Name | Description | |
|---|---|---|
| LogTSource(IGeneratorTSource) |
A generator that generates the elements of the source generator, but sends the generated element to the Unity Console.
| |
| LogTSource(IGeneratorTSource, ActionTSource) |
A generator that generates the elements of the source generator, but applies a log function to each element as it is generated.
|