Show / Hide Table of Contents

Class NamedSpriteFunction

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

Constructors

| Improve this Doc View Source

NamedSpriteFunction(String)

Declaration
public NamedSpriteFunction(string name)
Parameters
Type Name Description
System.String name

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