Table of Contents

Class AvatarImpostorDefinition

Namespace
S1API.Entities.Impostors
Assembly
S1API.dll

Describes an avatar impostor texture discovered from the game's character settings resources.

public sealed class AvatarImpostorDefinition
Inheritance
AvatarImpostorDefinition
Inherited Members
Extension Methods

Remarks

The texture is owned by the game runtime. S1API exposes the name and resource path so mods can choose an existing impostor without bundling or redistributing base-game assets.

Properties

Name

Gets the character settings resource name, such as Kyle or Mick.

public string Name { get; }

Property Value

string

ResourcePath

Gets the Unity Resources path for the character settings asset.

public string ResourcePath { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string