Show / Hide Table of Contents

Class HeroActionButtonSkin

Inheritance
System.Object
HeroActionButtonSkin
Implements
IButtonSkin
Inherited Members
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.UIDefs
Assembly: ItemChanger.dll
Syntax
public class HeroActionButtonSkin : IButtonSkin

Constructors

| Improve this Doc View Source

HeroActionButtonSkin(HeroActionButton)

Declaration
public HeroActionButtonSkin(HeroActionButton button)
Parameters
Type Name Description
HeroActionButton button

Fields

| Improve this Doc View Source

button

Declaration
public HeroActionButton button
Field Value
Type Description
HeroActionButton

Properties

| Improve this Doc View Source

Value

Declaration
public ButtonSkin Value { get; }
Property Value
Type Description
ButtonSkin

Methods

| Improve this Doc View Source

Clone()

Declaration
public IButtonSkin Clone()
Returns
Type Description
IButtonSkin

Implements

IButtonSkin

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX