Alteruna Multiplayer Docs
C#
Show/Hide TOC
Unity
Reader
Read
Vector
2Int Method
Read Vector2Int from a Reader.
Definition
Namespace:
Alteruna.Multiplayer
Assembly:
Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
Copy
public
static
Vector2Int
ReadVector2Int
(
this
Reader
reader
)
Parameters
reader
Reader
Reader
Return Value
Vector2Int
Vector2Int
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Reader
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
UnityReader Class
Alteruna.Multiplayer Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also