C# Class XNAGraphics.KinectBundle.PostureBundle.PostureLibraryFromDB

Afficher le fichier Open project: joseruizjimenez/personal-training-martial-arts

Méthodes publiques

Méthode Description
getPostureList ( ) : PostureInformation[]
loadPosture ( String name ) : PostureInformation
storePosture ( PostureInformation p ) : System.Boolean

Method Details

getPostureList() public static méthode

public static getPostureList ( ) : PostureInformation[]
Résultat PostureInformation[]

loadPosture() public static méthode

public static loadPosture ( String name ) : PostureInformation
name String
Résultat PostureInformation

storePosture() public static méthode

public static storePosture ( PostureInformation p ) : System.Boolean
p PostureInformation
Résultat System.Boolean