Click or drag to resize

WeatherMakerGeometryUtilitySmoothStep Method

Smoothstep just like a shader

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static float SmoothStep(
	float edge0,
	float edge1,
	float x
)

Parameters

edge0
Type: SystemSingle
Value 1
edge1
Type: SystemSingle
Value 2
x
Type: SystemSingle
Amount (0 - 1)

Return Value

Type: Single
Result
See Also