Click or drag to resize
SerializableBounds Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the SerializableBounds class

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public SerializableBounds(
	float min,
	float max,
	float def
)

Parameters

min
Type: SystemSingle

[Missing <param name="min"/> documentation for "M:VRage.SerializableBounds.#ctor(System.Single,System.Single,System.Single)"]

max
Type: SystemSingle

[Missing <param name="max"/> documentation for "M:VRage.SerializableBounds.#ctor(System.Single,System.Single,System.Single)"]

def
Type: SystemSingle

[Missing <param name="def"/> documentation for "M:VRage.SerializableBounds.#ctor(System.Single,System.Single,System.Single)"]

See Also