C# Class TileMapSave, PuzzleGameProject

Show file Open project: Cedric-Paris/PuzzleGameProject Class Usage Examples

Public Properties

Property Type Description
items int>.Dictionary
squareList string>.Dictionary

Public Methods

Method Description
addSquare ( Transform square ) : void

Adds a square to the squareList.

Method Details

addSquare() public method

Adds a square to the squareList.
public addSquare ( Transform square ) : void
square Transform
return void

Property Details

items public property

public Dictionary items
return int>.Dictionary

squareList public property

The square list. Vector3Save is the position of the element, string is his name (also the name of his prefab). A square containing an element will have a string value as 'Square|Element'
public Dictionary squareList
return string>.Dictionary