Click or drag to resize

GH_GooT Constructor (T)

Data constructor, m_value will be set to internal_data.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected GH_Goo(
	T internal_data
)

Parameters

internal_data
Type: T
Value to store inside this Goo instance.
See Also