RenderContent.SetChildSlotAmount Method

RenderContentSetChildSlotAmount Method

Sets the amount property for the texture in the specified child slot. Values are typically from 0.0 - 100.0

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
Child slot name for the child
amount
Type: SystemDouble
Texture amount. Values are typically from 0.0 - 100.0
cc
Type: Rhino.RenderRenderContentChangeContexts
Context of the change.
See Also