Show / Hide Table of Contents

Class ArrowElement

Represents an the left and right arrows in an inventory pane. These are used to move to different panes

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
InventoryElement
ArrowElement
LeftArrowElement
RightArrowElement
Inherited Members
InventoryElement.MainPanel
InventoryElement.Highlightable
InventoryElement.Selectable
InventoryElement.OnClick()
InventoryElement.OnHighlight()
InventoryElement.OnUnHighlight()
InventoryElement.CursorPos
InventoryElement.CursorSize
InventoryElement.CursorOffset
InventoryElement.NavigateTo(InventoryElement.MoveDirection)
Namespace: WeaverCore.Inventory
Assembly: WeaverCore.dll
Syntax
public abstract class ArrowElement : InventoryElement

Properties

| Edit this page View Source

ArrowType

Declaration
public abstract ArrowElement.ArrowState ArrowType { get; }
Property Value
Type Description
ArrowElement.ArrowState

Methods

| Edit this page View Source

Awake()

Declaration
protected virtual void Awake()

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)
CoroutineUtilities.RunCoroutineWhile<T>(T, IEnumerator, Func<bool>)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾