C# Class EventHistory, UnityTest

Show file 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 property

public bool enabledState
return bool

frame public property

public int frame
return int

name public property

public Evt name
return Evt

otherData public property

public string otherData
return string

realtimeSinceStartup public property

public float realtimeSinceStartup
return float