C# Class KinectV1Core.DummyInteractionClient

Inheritance: IInteractionClient
显示文件 Open project: vancegroup/KVR

Public Methods

Method Description
GetInteractionInfoAtLocation ( int skeletonTrackingId, InteractionHandType handType, double x, double y ) : InteractionInfo

Method Details

GetInteractionInfoAtLocation() public method

public GetInteractionInfoAtLocation ( int skeletonTrackingId, InteractionHandType handType, double x, double y ) : InteractionInfo
skeletonTrackingId int
handType InteractionHandType
x double
y double
return InteractionInfo