Expand description
Contains the Abstract derive macro which helps reduce boilerplate in regards to trait
implementations.
Macros§
- An easy way to be able to define a Node.
- Allows for a safe abstraction for connecting listener functions in other nodes via
Tp<T>to a signal. - A simple short-hand way of initializing
NodeScenes quickly and elegantly. Here is an example of aNodeSceneinitialized in this manner:
Derive Macros§
- Implements all of the required traits for a
Nodetype to be created aside from theNodetrait itself, which needs to be implemented manually. - Implements all of the required traits for a
NodeTreetype to be created.