Set Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Sets or clears the bit/bool at the specified index

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public void Set(
	int bitIndex,
	bool value
)
Visual Basic
Public Sub Set ( _
	bitIndex As Integer, _
	value As Boolean _
)
Visual C++
public:
void Set(
	int bitIndex, 
	bool value
)

Parameters

bitIndex
Type: System..::..Int32

[Missing <param name="bitIndex"/> documentation for "M:Lidgren.Network.NetBitVector.Set(System.Int32,System.Boolean)"]

value
Type: System..::..Boolean

[Missing <param name="value"/> documentation for "M:Lidgren.Network.NetBitVector.Set(System.Int32,System.Boolean)"]

See Also