Summary
Initializes an
Weaver.Examples.ItemDisplay
for each item in an Weaver.ItemList
.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Examples - Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["ItemShop"]
class Type type-node
Syntax
public sealed class ItemShop : MonoBehaviour
Properties
Name | Value | Summary |
---|---|---|
DisplayTemplate | ItemDisplay |
The default
Weaver.Examples.ItemDisplay to clone for each item. |
Items | ItemList |
The list to get items from.
|
ItemSpacing | float |
The amount of space to put between each
Weaver.Examples.ItemDisplay . |