C# Class Jump, chronojump

Inheritance: MonoBehaviour
Exibir arquivo Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Property Type Description
fall double
hasFall bool
tc double
tv double
weight double

Public Methods

Method Description
InsertAtDB ( bool dbconOpened, string tableName ) : int
Jump ( ) : System
Jump ( int uniqueID, int personID, int sessionID, string type, double tv, double tc, double fall, double weight, string description, double angle, int simulated ) : System
Jump ( string eventString ) : System
Stiffness ( double personMassInKg, double extraMass ) : double
ToString ( ) : string

Method Details

InsertAtDB() public method

public InsertAtDB ( bool dbconOpened, string tableName ) : int
dbconOpened bool
tableName string
return int

Jump() public method

public Jump ( ) : System
return System

Jump() public method

public Jump ( int uniqueID, int personID, int sessionID, string type, double tv, double tc, double fall, double weight, string description, double angle, int simulated ) : System
uniqueID int
personID int
sessionID int
type string
tv double
tc double
fall double
weight double
description string
angle double
simulated int
return System

Jump() public method

public Jump ( string eventString ) : System
eventString string
return System

Stiffness() public method

public Stiffness ( double personMassInKg, double extraMass ) : double
personMassInKg double
extraMass double
return double

ToString() public method

public ToString ( ) : string
return string

Property Details

fall protected_oe property

protected double fall
return double

hasFall protected_oe property

protected bool hasFall
return bool

tc protected_oe property

protected double tc
return double

tv protected_oe property

protected double tv
return double

weight protected_oe property

protected double weight
return double