IGH_Goo Methods |
The IGH_Goo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CastFrom |
Attempt a cast from generic object
|
![]() | CastToT |
Attempt a cast to type T
|
![]() | Duplicate |
Make a complete duplicate of this instance. No shallow copies.
|
![]() | EmitProxy |
Create a new proxy for this instance. Return Null if this class does not support proxies.
|
![]() | Read |
This method is called whenever the instance is required to deserialize itself.
(Inherited from GH_ISerializable.) |
![]() | ScriptVariable |
This function will be called when the local IGH_Goo instance
disapears into a user Script. This would be an excellent place to
cast your IGH_Goo type to a simple data type.
|
![]() | ToString |
Creates a string description of the current instance value
|
![]() | Write |
This method is called whenever the instance is required to serialize itself.
(Inherited from GH_ISerializable.) |