C# 클래스 ScoreChangedMessage

상속: Message
파일 보기 프로젝트 열기: mezosaurus/eae-project

공개 프로퍼티들

프로퍼티 타입 설명
highScores int[]
playerNames string[]

공개 메소드들

메소드 설명
ScoreChangedMessage ( int scores, string names ) : UnityEngine

메소드 상세

ScoreChangedMessage() 공개 메소드

public ScoreChangedMessage ( int scores, string names ) : UnityEngine
scores int
names string
리턴 UnityEngine

프로퍼티 상세

highScores 공개적으로 프로퍼티

public int[] highScores
리턴 int[]

playerNames 공개적으로 프로퍼티

public string[] playerNames
리턴 string[]