Class ArrowElement
Represents an the left and right arrows in an inventory pane. These are used to move to different panes
Inheritance
Object
Component
Behaviour
MonoBehaviour
ArrowElement
Inherited Members
Namespace: WeaverCore.Inventory
Assembly: WeaverCore.dll
Syntax
public abstract class ArrowElement : InventoryElement
Properties
| Edit this page View SourceArrowType
Declaration
public abstract ArrowElement.ArrowState ArrowType { get; }
Property Value
Type | Description |
---|---|
ArrowElement.ArrowState |
Methods
| Edit this page View SourceAwake()
Declaration
protected virtual void Awake()