RhinoCommon API
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

public void SetChildSlotOn( string childSlotName, bool bOn, RenderContentChangeContexts cc )
Public Sub SetChildSlotOn ( childSlotName As String, bOn As Boolean, cc As RenderContentChangeContexts )
Parameters
- childSlotName
- Type: SystemString
Child slot name for the child - bOn
- Type: SystemBoolean
Value for the on-ness property. - cc
- Type: Rhino.RenderRenderContentChangeContexts
Context of the change
