Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
TileMapSave
C# Class TileMapSave, PuzzleGameProject
ファイルを表示
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_oe property
public
Dictionary
items
return
int>.Dictionary
squareList
public_oe 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