C# Class CreateItemObject, 2DPlatformer

Inheritance: MonoBehaviour
Exibir arquivo Open project: MarbleGameDev/2DPlatformer Class Usage Examples

Public Properties

Property Type Description
ItemObjects Items[],

Public Methods

Method Description
AddItems ( ) : void

Adds the Items specified in the Inspector-editable arrays and adds them to the inventory object on its gameobject

Method Details

AddItems() public method

Adds the Items specified in the Inspector-editable arrays and adds them to the inventory object on its gameobject
public AddItems ( ) : void
return void

Property Details

ItemObjects public_oe property

public Items[], ItemObjects
return Items[],