Table of Contents

Class RoleProperties

Namespace
HeyBox
Assembly
HeyBox.Net.Core.dll

提供用于创建角色的属性。

public class RoleProperties
Inheritance
RoleProperties
Inherited Members

Properties

Color

获取或设置要设置到此角色的颜色。

public Color? Color { get; set; }

Property Value

Color?

GradientColor

获取或设置要设置到此角色的渐变色。

public GradientColor? GradientColor { get; set; }

Property Value

GradientColor?

Hoist

获取或设置要设置到此角色是否与其它角色分离显示。

public bool? Hoist { get; set; }

Property Value

bool?

Icon

获取或设置要设置到此角色的图标的 URL。

public string? Icon { get; set; }

Property Value

string

Name

获取或设置要设置到此角色的名称。

public string? Name { get; set; }

Property Value

string

Permissions

获取或设置要设置到此角色的房间权限集。

public RoomPermissions? Permissions { get; set; }

Property Value

RoomPermissions?