Show / Hide Table of Contents

Class SpriteGetArgs

Inheritance
object
SpriteGetArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class SpriteGetArgs

Constructors

View Source

SpriteGetArgs(ISprite)

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

Properties

View Source

Current

Declaration
public Sprite Current { get; set; }
Property Value
Type Description
Sprite
View Source

Orig

Declaration
public Sprite Orig { get; }
Property Value
Type Description
Sprite
View Source

Source

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

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX