C# Class XNAGraphics.KinectBundle.PostureBundle.PostureLibrary

ファイルを表示 Open project: joseruizjimenez/personal-training-martial-arts

Public Methods

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

Method Details

getPostureList() public static method

public static getPostureList ( ) : PostureInformation[]
return PostureInformation[]

loadPosture() public static method

public static loadPosture ( String name ) : PostureInformation
name String
return PostureInformation

storePosture() public static method

public static storePosture ( PostureInformation p ) : System.Boolean
p PostureInformation
return System.Boolean