C# Class Jump, chronojump

Inheritance: MonoBehaviour
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Свойство Type Description
fall double
hasFall bool
tc double
tv double
weight double

Méthodes publiques

Méthode 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 méthode

public InsertAtDB ( bool dbconOpened, string tableName ) : int
dbconOpened bool
tableName string
Résultat int

Jump() public méthode

public Jump ( ) : System
Résultat System

Jump() public méthode

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
Résultat System

Jump() public méthode

public Jump ( string eventString ) : System
eventString string
Résultat System

Stiffness() public méthode

public Stiffness ( double personMassInKg, double extraMass ) : double
personMassInKg double
extraMass double
Résultat double

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

fall protected_oe property

protected double fall
Résultat double

hasFall protected_oe property

protected bool hasFall
Résultat bool

tc protected_oe property

protected double tc
Résultat double

tv protected_oe property

protected double tv
Résultat double

weight protected_oe property

protected double weight
Résultat double