Class AvatarImpostorDefinition
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
ResourcePath
Gets the Unity Resources path for the character settings asset.
public string ResourcePath { get; }
Property Value
Methods
ToString()
public override string ToString()