Show / Hide Table of Contents

Class SpriteGetArgs

Inheritance
System.Object
SpriteGetArgs
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 class SpriteGetArgs

Constructors

| Improve this Doc View Source

SpriteGetArgs(ISprite)

Declaration
public SpriteGetArgs(ISprite source)
Parameters
Type Name Description
ISprite source

Properties

| Improve this Doc View Source

Current

Declaration
public Sprite Current { get; set; }
Property Value
Type Description
Sprite
| Improve this Doc View Source

Orig

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

Source

Declaration
public ISprite Source { get; }
Property Value
Type Description
ISprite

Extension Methods

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