Class MathNode
public class MathNode : ImageNodeBase, INode, IHasID, IGroupable, ISerializationCallbackReceiver, ISetupWithHint
- Inheritance
-
MathNode
- Implements
-
ISerializationCallbackReceiver
- Inherited Members
- Extension Methods
Constructors
Properties
Methods
- Execute(GraphContext)
Default coroutine execution path that runs ExecuteImmediate(GraphContext) and yields once.
- ExecuteImmediate(GraphContext)
Executes the node synchronously using the supplied graph context.
- OnAfterDeserialize()
Implement this method to receive a callback after Unity deserializes your object.
- OnBeforeSerialize()
Implement this method to receive a callback before Unity serializes your object.
- SetupWithHint(string)
Applies an editor-supplied hint, typically from node search keywords or quick-create shortcuts.