Click or drag to resize

TexturedFloat Constructor

Initializes a new instance of the TexturedFloat class

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.12
Syntax
public TexturedFloat(
	string name,
	float value,
	bool on,
	float amount
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Rhino.Render.TexturedFloat.#ctor(System.String,System.Single,System.Boolean,System.Single)"]

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:Rhino.Render.TexturedFloat.#ctor(System.String,System.Single,System.Boolean,System.Single)"]

on
Type: SystemBoolean

[Missing <param name="on"/> documentation for "M:Rhino.Render.TexturedFloat.#ctor(System.String,System.Single,System.Boolean,System.Single)"]

amount
Type: SystemSingle

[Missing <param name="amount"/> documentation for "M:Rhino.Render.TexturedFloat.#ctor(System.String,System.Single,System.Boolean,System.Single)"]

See Also