Click or drag to resize

UserID Constructor (Byte, Int32)

Construct a new UserId

Namespace:  ImmerseSDK.Sessions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public UserID(
	byte[] bytes,
	int start
)

Parameters

bytes
Type: SystemByte
start
Type: SystemInt32
See Also