Table of Contents

Class EmployeeAppearance

Namespace
S1API.Entities.Employees
Assembly
S1API.dll

Represents an employee appearance, including avatar settings and mugshot sprite.

public class EmployeeAppearance
Inheritance
EmployeeAppearance
Inherited Members
Extension Methods

Properties

Mugshot

Gets the mugshot sprite associated with this employee appearance.

public Sprite Mugshot { get; }

Property Value

Sprite

Settings

Gets the avatar settings associated with this employee appearance.

public AvatarSettings Settings { get; }

Property Value

AvatarSettings