IGH_StateAwareObject Interface |
Namespace: Grasshopper.Kernel
The IGH_StateAwareObject type exposes the following members.
Name | Description | |
---|---|---|
LoadState |
Override this function to load your state data.
DO NOT START A NEW SOLUTION. This will be handled by the state manager.
| |
SaveState |
Override this function to store your state data.
You have to return a deserializable string.
|