Expand description
Contains the Abstract derive macro which helps reduce boilerplate in regards to trait
implementations.
Macros§
- class
- An easy way to be able to define a Node.
- connect
- Allows for a safe abstraction for connecting listener functions in other nodes via
Tp<T>to a signal. - scene
- A simple short-hand way of initializing
NodeScenes quickly and elegantly. Here is an example of aNodeSceneinitialized in this manner: