C# Class BenchmarkEvent, client-bench

Inheritance: IEvent
Mostra file Open project: juiceboxgames/client-bench Class Usage Examples

Public Properties

Property Type Description
Data object
Name string

Public Methods

Method Description
GetData ( ) : object
GetName ( ) : string

Method Details

GetData() public method

public GetData ( ) : object
return object

GetName() public method

public GetName ( ) : string
return string

Property Details

Data public_oe property

public object Data
return object

Name public_oe property

public string Name
return string