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
NodeScene
s quickly and elegantly. Here is an example of aNodeScene
initialized in this manner: