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

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

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

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

Parameters

v
Type: MyBounds

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

Return Value

Type: SerializableBounds

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

See Also