Click or drag to resize

UserFind Method

Gets a reference to the user object for the given id

Namespace:  ImmerseSDK.Sessions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static User Find(
	UserID userId
)

Parameters

userId
Type: ImmerseSDK.SessionsUserID

Return Value

Type: User
See Also