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
object
BoxedSprite
Implements
ISprite
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 BoxedSprite : ISprite

Constructors

View Source

BoxedSprite(Sprite)

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

Properties

View Source

Value

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

Methods

View Source

Clone()

Declaration
public ISprite Clone()
Returns
Type Description
ISprite

Implements

ISprite

Extension Methods

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