C# 클래스 XNAGraphics.KinectBundle.PostureBundle.PostureLibrary

파일 보기 프로젝트 열기: joseruizjimenez/personal-training-martial-arts

공개 메소드들

메소드 설명
getPostureList ( ) : PostureInformation[]
loadPosture ( String name ) : PostureInformation
storePosture ( PostureInformation p ) : System.Boolean

메소드 상세

getPostureList() 공개 정적인 메소드

public static getPostureList ( ) : PostureInformation[]
리턴 PostureInformation[]

loadPosture() 공개 정적인 메소드

public static loadPosture ( String name ) : PostureInformation
name String
리턴 PostureInformation

storePosture() 공개 정적인 메소드

public static storePosture ( PostureInformation p ) : System.Boolean
p PostureInformation
리턴 System.Boolean