C# 클래스 Analytics.TeamMetric

파일 보기 프로젝트 열기: tommai78101/Multiplier 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
difficultyEquations string
levelDifficulty int
lossCount int
numberOfAttacks int
numberOfDeaths int
numberOfKills int
numberOfMerges int
numberOfSplits int
teamName string
totalAttackTime float
totalBattleEngagementTime float
totalGameTime float
totalGameTimeSinceEpoch float
winCount int

프로퍼티 상세

difficultyEquations 공개적으로 프로퍼티

public string difficultyEquations
리턴 string

levelDifficulty 공개적으로 프로퍼티

public int levelDifficulty
리턴 int

lossCount 공개적으로 프로퍼티

public int lossCount
리턴 int

numberOfAttacks 공개적으로 프로퍼티

public int numberOfAttacks
리턴 int

numberOfDeaths 공개적으로 프로퍼티

public int numberOfDeaths
리턴 int

numberOfKills 공개적으로 프로퍼티

public int numberOfKills
리턴 int

numberOfMerges 공개적으로 프로퍼티

public int numberOfMerges
리턴 int

numberOfSplits 공개적으로 프로퍼티

public int numberOfSplits
리턴 int

teamName 공개적으로 프로퍼티

public string teamName
리턴 string

totalAttackTime 공개적으로 프로퍼티

public float totalAttackTime
리턴 float

totalBattleEngagementTime 공개적으로 프로퍼티

public float totalBattleEngagementTime
리턴 float

totalGameTime 공개적으로 프로퍼티

public float totalGameTime
리턴 float

totalGameTimeSinceEpoch 공개적으로 프로퍼티

public float totalGameTimeSinceEpoch
리턴 float

winCount 공개적으로 프로퍼티

public int winCount
리턴 int