C# 클래스 Level, Imagine_diamond-miner

상속: MonoBehaviour
파일 보기 프로젝트 열기: Microsoft/Imagine_diamond-miner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
boardSize int
bronzeScore int
goldScore int
levelPrefab GameObject
numDiamonds int
numDigs int
silverScore int
tiles TileType[]

프로퍼티 상세

boardSize 공개적으로 프로퍼티

public int boardSize
리턴 int

bronzeScore 공개적으로 프로퍼티

public int bronzeScore
리턴 int

goldScore 공개적으로 프로퍼티

public int goldScore
리턴 int

levelPrefab 공개적으로 프로퍼티

public GameObject levelPrefab
리턴 GameObject

numDiamonds 공개적으로 프로퍼티

public int numDiamonds
리턴 int

numDigs 공개적으로 프로퍼티

public int numDigs
리턴 int

silverScore 공개적으로 프로퍼티

public int silverScore
리턴 int

tiles 공개적으로 프로퍼티

public TileType[] tiles
리턴 TileType[]