Click or drag to resize

LevelData Constructor (Single, Single)

Data constructor.

Namespace:  IBM.Watson.DeveloperCloud.DataTypes
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public LevelData(
	float f,
	float m = 1f
)

Parameters

f
Type: SystemSingle
The level data.
m (Optional)
Type: SystemSingle

[Missing <param name="m"/> documentation for "M:IBM.Watson.DeveloperCloud.DataTypes.LevelData.#ctor(System.Single,System.Single)"]

See Also