DummyInteractionClient GetInteractionInfoAtLocation Method YouInteract Documentation

Namespace: YouInteract.YouInteractAPI
Assembly: YouInteract (in YouInteract.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public InteractionInfo GetInteractionInfoAtLocation(
	int skeletonTrackingId,
	InteractionHandType handType,
	double x,
	double y
)

Parameters

skeletonTrackingId
Type: System Int32
handType
Type: InteractionHandType
x
Type: System Double
y
Type: System Double

Return Value

Type: InteractionInfo

Implements

IInteractionClientGetInteractionInfoAtLocation(Int32, InteractionHandType, Double, Double)
See Also