Example:

[UNodeLibrary(”MyCategory”]
public static class MyNodeLibrary {
	public static float Add(float a, float b) {
		return a + b;
	}
}