Class Accessibility
Accessibility of the item.
 物品的存取性。
Inheritance
System.Object
    Accessibility
  Namespace: Votanic.vXR.vGear.Inventory
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class Accessibility
  Constructors
Accessibility()
Declare an accessibility.
 宣告一個存取性。
Declaration
public Accessibility()
  Fields
buyConsumable
Buy item will reduce item quantity. 
 購買物品將會至物品數量下降。
Declaration
[Tooltip("Buy item will reduce item quantity.\n購買物品將會至物品數量下降。")]
public bool buyConsumable
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
canDestroy
This item can be destroyed or not. 
 這個物品是否可以毀滅。
Declaration
[Tooltip("This item can be destroyed or not.\n這個物品是否可以毀滅。")]
public bool canDestroy
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
canMove
This item can be moved or not. 
 這個物品是否可以移動。
Declaration
[Tooltip("This item can be moved or not.\n這個物品是否可以移動。")]
public bool canMove
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
canSell
This item can be sold or not. 
 這個物品是否可以賣出。
Declaration
[Tooltip("This item can be sold or not.\n這個物品是否可以賣出。")]
public bool canSell
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
canStore
This item can only be stored to main inventory or not. 
 這個物品是否只能存放至主庫存。
Declaration
[Tooltip("This item can only be stored to main inventory or not.\n這個物品是否只能存放至主庫存。")]
public bool canStore
  Field Value
| Type | Description | 
|---|---|
| System.Boolean |