LiveSessionUser#

class omni.kit.usd.layers.LiveSessionUser(user_name, user_id, from_app)#

Bases: object

LiveSessionUser represents an peer client instance that joins the same Live Session.

Methods

__init__(user_name, user_id, from_app)

Attributes

from_app

user_color

Tuple of RGB color with each channel ranging from [0, 255].

user_id

user_name

__init__(user_name, user_id, from_app)#
property user_color: Tuple[int, int, int]#

Tuple of RGB color with each channel ranging from [0, 255].