Click or drag to resize

RenderContentParamNameFromChildSlotName Method

A "child slot" is the specific "slot" that a child (usually a texture) occupies. This is generally the "use" of the child - in other words, the thing the child operates on. Some examples are "color", "transparency".

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public string ParamNameFromChildSlotName(
	string childSlotName
)

Parameters

childSlotName
Type: SystemString
The named of the child slot to receive the parameter name for.

Return Value

Type: String
The default behavior for these functions is to return the input string. Sub-classes may (in the future) override these functions to provide different mappings.
See Also