Click or drag to resize
SerializableVector3UByte Constructor

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

Initializes a new instance of the SerializableVector3UByte class

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public SerializableVector3UByte(
	byte x,
	byte y,
	byte z
)

Parameters

x
Type: SystemByte

[Missing <param name="x"/> documentation for "M:VRage.SerializableVector3UByte.#ctor(System.Byte,System.Byte,System.Byte)"]

y
Type: SystemByte

[Missing <param name="y"/> documentation for "M:VRage.SerializableVector3UByte.#ctor(System.Byte,System.Byte,System.Byte)"]

z
Type: SystemByte

[Missing <param name="z"/> documentation for "M:VRage.SerializableVector3UByte.#ctor(System.Byte,System.Byte,System.Byte)"]

See Also