C# Class ItemModel, InventorySystem

脚本功能:MVC模式——Model层,定义物品结构,保存物品数据 添加对象:Bag 背包(Canvas下的空对象) 版权声明:Copyright (c) 2015 duzixi.com All Rights Reserved 创建日期:2015.5.8 知识要点: 1. MVC 2. 自定义类 3. 类的嵌套
Inheritance: MonoBehaviour
Mostrar archivo Open project: duzixi/InventorySystem Class Usage Examples

Public Properties

Property Type Description
items List
size int

Private Methods

Method Description
Awake ( ) : void

Property Details

items public_oe static_oe property

public static List items
return List

size public_oe property

public int size
return int