Show / Hide Table of Contents

Class EmptySprite

Inheritance
object
EmptySprite
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 EmptySprite : ISprite

Constructors

View Source

EmptySprite()

Declaration
public EmptySprite()

Properties

View Source

Value

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