C# Class EventHistory, UnityTest

ファイルを表示 Open project: MrJoy/UnityTest Class Usage Examples

Public Properties

Property Type Description
enabledState bool
frame int
name Evt
otherData string
realtimeSinceStartup float

Public Methods

Method Description
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

Protected Methods

Method Description
EventHistory ( ) : System

Method Details

EventHistory() protected method

protected EventHistory ( ) : System
return System

EventHistory() public method

public EventHistory ( Evt n ) : System
n Evt
return System

EventHistory() public method

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

EventHistory() public method

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

EventHistory() public method

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

EventHistory() public method

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
return System

EventHistory() public method

public EventHistory ( Evt n, int f ) : System
n Evt
f int
return System

EventHistory() public method

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

ToString() public method

public ToString ( ) : string
return string

ToString() public static method

public static ToString ( EventHistory, eventHistory ) : string
eventHistory EventHistory,
return string

ToString() public static method

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

Property Details

enabledState public_oe property

public bool enabledState
return bool

frame public_oe property

public int frame
return int

name public_oe property

public Evt name
return Evt

otherData public_oe property

public string otherData
return string

realtimeSinceStartup public_oe property

public float realtimeSinceStartup
return float