C# Класс TileMapSave, PuzzleGameProject

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
items int>.Dictionary
squareList string>.Dictionary

Открытые методы

Метод Описание
addSquare ( Transform square ) : void

Adds a square to the squareList.

Описание методов

addSquare() публичный Метод

Adds a square to the squareList.
public addSquare ( Transform square ) : void
square Transform
Результат void

Описание свойств

items публичное свойство

public Dictionary items
Результат int>.Dictionary

squareList публичное свойство

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
Результат string>.Dictionary