Class InventoryPage
Page of a category.
範疇中的頁面。
Inheritance
System.Object
InventoryPage
Namespace: Votanic.vXR.vGear.Inventory
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class InventoryPage
Fields
alignment
The start point of grid on a page.
頁面方格的開始位置。
Declaration
[Tooltip("The start point of grid on a page.\n頁面方格的開始位置。")]
public PageAlignment alignment
Field Value
Type | Description |
---|---|
PageAlignment |
availables
Available grids.
可用格數。
Declaration
[Tooltip("Available grids.\n可用格數。")]
public int availables
Field Value
Type | Description |
---|---|
System.Int32 |
direction
Grid generation direction.
方格產生的方向。
Declaration
[Tooltip("Grid generation direction.\n方格產生的方向。")]
public PageDirection direction
Field Value
Type | Description |
---|---|
PageDirection |
grids
Grids on this page.
頁面的格數。
Declaration
[Tooltip("Grids on this page.\n頁面的格數。")]
public Vector2Int grids
Field Value
Type | Description |
---|---|
UnityEngine.Vector2Int |
panel
Panel component of the page.
頁面面板。
Declaration
[Tooltip("Panel component of the page.\n頁面面板。")]
public vGear_Panel panel
Field Value
Type | Description |
---|---|
vGear_Panel |
presets
The preset items.
預設的物品。
Declaration
[Tooltip("The preset items.\n預設的物品。")]
public List<PresetItem> presets
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<PresetItem> |
savable
Save the items of this page.
儲存這個頁面的物資。
Declaration
[Tooltip("Save the items of this page.\n儲存這個頁面的物資。")]
public bool savable
Field Value
Type | Description |
---|---|
System.Boolean |