Show / Hide Table of Contents

Interface IWeaverCharm

Interface used for implementing custom charms.

Namespace: WeaverCore.Interfaces
Assembly: WeaverCore.dll
Syntax
public interface IWeaverCharm

Properties

| Edit this page View Source

Acquired

Gets or sets a value indicating whether the charm has been acquired.

Declaration
bool Acquired { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

CharmSprite

The sprite of the charm.

Declaration
Sprite CharmSprite { get; }
Property Value
Type Description
Sprite
| Edit this page View Source

Description

The description of the charm.

Declaration
string Description { get; }
Property Value
Type Description
string
| Edit this page View Source

Equipped

Gets or sets a value indicating whether the charm is equipped.

Declaration
bool Equipped { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Name

The name of the charm.

Declaration
string Name { get; }
Property Value
Type Description
string
| Edit this page View Source

NewlyCollected

Gets or sets a value indicating whether the charm has been newly collected.

Declaration
bool NewlyCollected { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

NotchCost

The notch cost of the charm.

Declaration
int NotchCost { get; }
Property Value
Type Description
int

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾