Show / Hide Table of Contents

Class NamedSpriteFunction

Inheritance
object
NamedFunction<Sprite>
NamedSpriteFunction
Implements
ISprite
Inherited Members
NamedFunction<Sprite>.Define(string, Func<Sprite>)
NamedFunction<Sprite>.Redefine(string, Func<Sprite>)
NamedFunction<Sprite>.Name
NamedFunction<Sprite>.Value
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 NamedSpriteFunction : NamedFunction<Sprite>, ISprite

Constructors

View Source

NamedSpriteFunction(string)

Declaration
public NamedSpriteFunction(string name)
Parameters
Type Name Description
string name

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