Show / Hide Table of Contents

Class BoxedSprite

ISprite wrapper for Sprite. Use only for items created and disposed at runtime--it is not serializable.

Inheritance
System.Object
BoxedSprite
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 class BoxedSprite : ISprite

Constructors

| Improve this Doc View Source

BoxedSprite(Sprite)

Declaration
public BoxedSprite(Sprite Value)
Parameters
Type Name Description
Sprite Value

Properties

| Improve this Doc View Source

Value

Declaration
public Sprite Value { get; set; }
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