RenderContentSetChildSlotOn Method |
Sets the on-ness property for the texture in the specified child slot.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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
Version InformationRhino for Windows
Supported in: 6.20
See Also