Class FPSStat
FPS 분석
상속
object
FPSStat
네임스페이스: Game.Scripts.Diagnostics
어셈블리: Assembly-CSharp.dll
Syntax
[MoonSharpUserData]
public class FPSStat
프로퍼티
average
평균 FPS값
선언
public float average { get; }
프로퍼티 값
타입 | 설명 |
---|---|
float |
cautionColor
주의 상태 색상
선언
public Color cautionColor { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
Color |
cautionThreshold
주의 상태 기준값
선언
public int cautionThreshold { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |
criticalColor
위험 상태 색상
선언
public Color criticalColor { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
Color |
current
현재 FPS값
선언
public float current { get; }
프로퍼티 값
타입 | 설명 |
---|---|
float |
goodColor
양호 상태 색상
선언
public Color goodColor { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
Color |
goodThreshold
양호 상태 기준값
선언
public int goodThreshold { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |
graphResolution
그래프 해상도
선언
public int graphResolution { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |
max
최대 FPS값
선언
public float max { get; }
프로퍼티 값
타입 | 설명 |
---|---|
float |
min
최소 FPS값
선언
public float min { get; }
프로퍼티 값
타입 | 설명 |
---|---|
float |
state
표시 모드
Full = 0
Text = 1
Basic = 2
Background = 3
Off = 4
선언
public int state { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |
textUpdateRate
텍스트 갱신 주기
선언
public int textUpdateRate { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |