Click or drag to resize
SerializableBounds  Conversion (SerializableBounds to MyBounds)

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

[Missing <summary> documentation for "M:VRage.SerializableBounds.op_Implicit(VRage.SerializableBounds)~VRageMath.MyBounds"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static implicit operator MyBounds (
	SerializableBounds v
)

Parameters

v
Type: VRageSerializableBounds

[Missing <param name="v"/> documentation for "M:VRage.SerializableBounds.op_Implicit(VRage.SerializableBounds)~VRageMath.MyBounds"]

Return Value

Type: MyBounds

[Missing <returns> documentation for "M:VRage.SerializableBounds.op_Implicit(VRage.SerializableBounds)~VRageMath.MyBounds"]

See Also