C# 클래스 TileMapSave, PuzzleGameProject

파일 보기 프로젝트 열기: Cedric-Paris/PuzzleGameProject 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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