ManiaMap.Godot
Procedural generation of metroidvania style maps for Godot .NET.
CollectableGroupEntry Class Reference

An entry in a CollectableGroup. More...

Inheritance diagram for CollectableGroupEntry:

Properties

CollectableResource Collectable [getset]
 The referenced collectable. More...
 
int Quantity [getset]
 The quantity of collectables for distribution throughout a Layout. More...
 

Detailed Description

An entry in a CollectableGroup.

Definition at line 10 of file CollectableGroupEntry.cs.

Property Documentation

◆ Collectable

CollectableResource Collectable
getset

The referenced collectable.

Definition at line 15 of file CollectableGroupEntry.cs.

◆ Quantity

int Quantity
getset

The quantity of collectables for distribution throughout a Layout.

Definition at line 20 of file CollectableGroupEntry.cs.


The documentation for this class was generated from the following file: