Catlike Coding
Unity Code Documentation
|
Default function library that is available to all NumberFlow diagrams. More...
Inherits CatlikeCoding.NumberFlow.FunctionLibrary.
Protected Member Functions | |
override void | RegisterFunctions () |
Override this method to register all your functions with this library. More... | |
Protected Member Functions inherited from CatlikeCoding.NumberFlow.FunctionLibrary | |
void | Register (Function function) |
Register a CatlikeCoding.NumberFlow.Function with this library. More... | |
Properties | |
static DefaultFunctionLibrary | Instance [get] |
Get the default function library. More... | |
Properties inherited from CatlikeCoding.NumberFlow.FunctionLibrary | |
Function | this[string id] [get] |
Get the CatlikeCoding.NumberFlow.Function with the specified id. More... | |
Additional Inherited Members | |
Public Member Functions inherited from CatlikeCoding.NumberFlow.FunctionLibrary | |
IEnumerable< Function > | ListFunctions () |
Lists all functions in this library. More... | |
Default function library that is available to all NumberFlow diagrams.
|
protectedvirtual |
Override this method to register all your functions with this library.
Implements CatlikeCoding.NumberFlow.FunctionLibrary.
|
staticget |
Get the default function library.
Library instance.