Show / Hide Table of Contents

Class HeroActionButtonSkin

Inheritance
object
HeroActionButtonSkin
Implements
IButtonSkin
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.UIDefs
Assembly: ItemChanger.dll
Syntax
public class HeroActionButtonSkin : IButtonSkin

Constructors

View Source

HeroActionButtonSkin(HeroActionButton)

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

Fields

View Source

button

Declaration
public HeroActionButton button
Field Value
Type Description
HeroActionButton

Properties

View Source

Value

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

Methods

View Source

Clone()

Declaration
public IButtonSkin Clone()
Returns
Type Description
IButtonSkin

Implements

IButtonSkin

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX