![]() |
Catlike Coding
Unity Code Documentation
|
Manager for diagram and material links. More...
Inherits MonoBehaviour.
Public Attributes | |
| bool | isFinishedGenerating |
| Whether the manager is finished generating its textures. More... | |
| DiagramMaterialLink[] | links |
| Links between diagrams and materials. More... | |
| bool | useThread |
| Whether to use a thread to generate the textures, instead of doing it all in Start on the main thread. More... | |
Properties | |
| Action | onFinishedGenerating |
| Occurs when all textures have been generated. Subscribers are automatically removed. Will immediately call back on add if textures have already been generated. More... | |
Manager for diagram and material links.
| bool CatlikeCoding.NumberFlow.DiagramMaterialManager.isFinishedGenerating |
Whether the manager is finished generating its textures.
| DiagramMaterialLink [] CatlikeCoding.NumberFlow.DiagramMaterialManager.links |
Links between diagrams and materials.
| bool CatlikeCoding.NumberFlow.DiagramMaterialManager.useThread |
Whether to use a thread to generate the textures, instead of doing it all in Start on the main thread.
|
addremove |
Occurs when all textures have been generated. Subscribers are automatically removed. Will immediately call back on add if textures have already been generated.
1.8.5