RenderContentSetChildSlotAmount Method |
Sets the amount property for the texture in the specified child slot.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax public void SetChildSlotAmount(
string childSlotName,
double amount,
RenderContentChangeContexts cc
)
Public Sub SetChildSlotAmount (
childSlotName As String,
amount As Double,
cc As RenderContentChangeContexts
)
Parameters
- childSlotName
- Type: SystemString
The child slot name of the texture. - amount
- Type: SystemDouble
The texture amount. Values are typically from 0.0 to 100.0 - cc
- Type: Rhino.RenderRenderContentChangeContexts
The context of the change.
See Also