RhinoCommon API
TexturedValueT Constructor |
Initializes a new instance of the TexturedValueT class
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)

public TexturedValue( string name, T value, bool on, float amount )
Public Sub New ( name As String, value As T, on As Boolean, amount As Single )
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Rhino.Render.TexturedValue`1.#ctor(System.String,`0,System.Boolean,System.Single)"]
- value
- Type: T
[Missing <param name="value"/> documentation for "M:Rhino.Render.TexturedValue`1.#ctor(System.String,`0,System.Boolean,System.Single)"]
- on
- Type: SystemBoolean
[Missing <param name="on"/> documentation for "M:Rhino.Render.TexturedValue`1.#ctor(System.String,`0,System.Boolean,System.Single)"]
- amount
- Type: SystemSingle
[Missing <param name="amount"/> documentation for "M:Rhino.Render.TexturedValue`1.#ctor(System.String,`0,System.Boolean,System.Single)"]
