C# 클래스 EventHistory, UnityTest

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

공개 프로퍼티들

프로퍼티 타입 설명
enabledState bool
frame int
name Evt
otherData string
realtimeSinceStartup float

공개 메소드들

메소드 설명
EventHistory ( Evt n ) : System
EventHistory ( Evt n, bool e, bool a ) : System
EventHistory ( Evt n, bool e, bool a, int f ) : System
EventHistory ( Evt n, bool e, bool a, int f, float r ) : System
EventHistory ( Evt n, bool e, bool a, int f, float r, string o ) : System
EventHistory ( Evt n, int f ) : System
EventHistory ( Evt n, int f, float r ) : System
ToString ( ) : string
ToString ( EventHistory, eventHistory ) : string
ToString ( Evt mask, ArrayList eventHistory ) : string

보호된 메소드들

메소드 설명
EventHistory ( ) : System

메소드 상세

EventHistory() 보호된 메소드

protected EventHistory ( ) : System
리턴 System

EventHistory() 공개 메소드

public EventHistory ( Evt n ) : System
n Evt
리턴 System

EventHistory() 공개 메소드

public EventHistory ( Evt n, bool e, bool a ) : System
n Evt
e bool
a bool
리턴 System

EventHistory() 공개 메소드

public EventHistory ( Evt n, bool e, bool a, int f ) : System
n Evt
e bool
a bool
f int
리턴 System

EventHistory() 공개 메소드

public EventHistory ( Evt n, bool e, bool a, int f, float r ) : System
n Evt
e bool
a bool
f int
r float
리턴 System

EventHistory() 공개 메소드

public EventHistory ( Evt n, bool e, bool a, int f, float r, string o ) : System
n Evt
e bool
a bool
f int
r float
o string
리턴 System

EventHistory() 공개 메소드

public EventHistory ( Evt n, int f ) : System
n Evt
f int
리턴 System

EventHistory() 공개 메소드

public EventHistory ( Evt n, int f, float r ) : System
n Evt
f int
r float
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( EventHistory, eventHistory ) : string
eventHistory EventHistory,
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( Evt mask, ArrayList eventHistory ) : string
mask Evt
eventHistory ArrayList
리턴 string

프로퍼티 상세

enabledState 공개적으로 프로퍼티

public bool enabledState
리턴 bool

frame 공개적으로 프로퍼티

public int frame
리턴 int

name 공개적으로 프로퍼티

public Evt name
리턴 Evt

otherData 공개적으로 프로퍼티

public string otherData
리턴 string

realtimeSinceStartup 공개적으로 프로퍼티

public float realtimeSinceStartup
리턴 float