Show / Hide Table of Contents

Class InventoryCategory

Each category of inventory.
庫存的每個範疇。

Inheritance
System.Object
Element
InventoryCategory
Inherited Members
Element.name
Element.Equals(String, Boolean)
Element.Contains(String, Boolean, Boolean)
Namespace: Votanic.vXR.vGear.Inventory
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class InventoryCategory : Element

Fields

accessType

Access type of inventory category.
庫存範疇存取類型。

Declaration
[Tooltip("Access type of inventory category.\n庫存範疇存取類型。")]
public AccessType accessType
Field Value
Type Description
AccessType

normal

Display normal texture if not selected.
當沒有點選時顯示的正常紋理。

Declaration
public MaskableGraphic normal
Field Value
Type Description
UnityEngine.UI.MaskableGraphic

pages

Pages of this category.
這個範疇的頁數。

Declaration
[Tooltip("Pages of this category.\n這個範疇的頁數。")]
public List<InventoryPage> pages
Field Value
Type Description
System.Collections.Generic.List<InventoryPage>

selected

Display selected texture if selected.
當點選時顯示的點選紋理。

Declaration
public MaskableGraphic selected
Field Value
Type Description
UnityEngine.UI.MaskableGraphic

transform

Category transform for auto get pages panel.
範疇 Transform,用於自動取得頁面面板。

Declaration
[Tooltip("Category transform for auto get pages panel.\n範疇 Transform,用於自動取得頁面面板。")]
public Transform transform
Field Value
Type Description
UnityEngine.Transform
In This Article
Back to top Generated by DocFX