Show / Hide Table of Contents

Class EmbeddedSprite

An ISprite which retrieves its sprite from a SpriteManager.

Inheritance
System.Object
EmbeddedSprite
ItemChangerSprite
Implements
ISprite
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public abstract class EmbeddedSprite : ISprite

Fields

| Improve this Doc View Source

key

Declaration
public string key
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

SpriteManager

Declaration
public abstract SpriteManager SpriteManager { get; }
Property Value
Type Description
SpriteManager
| Improve this Doc View Source

Value

Declaration
public Sprite Value { get; }
Property Value
Type Description
Sprite

Methods

| Improve this Doc View Source

Clone()

Declaration
public ISprite Clone()
Returns
Type Description
ISprite

Implements

ISprite

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX