Click or drag to resize

RenderContentSetChildSlotOn Method

Sets the on-ness property for the texture in the specified child slot.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public void SetChildSlotOn(
	string childSlotName,
	bool bOn,
	RenderContentChangeContexts cc
)

Parameters

childSlotName
Type: SystemString
The child slot name of the texture.
bOn
Type: SystemBoolean
Value for the on-ness property.
cc
Type: Rhino.RenderRenderContentChangeContexts
Context of the change
See Also