KinectRequirements Constructor YouInteract Documentation
A class that determines if the SkeletonStream and the InteractionStream will be activated

Namespace: YouInteract.YouBasic
Assembly: YouInteract (in YouInteract.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public KinectRequirements(
	bool kinectRegion,
	bool skeleton,
	bool interaction
)

Parameters

kinectRegion
Type: System Boolean
Whether the page will have a KinectRegion or not (true or false)
skeleton
Type: System Boolean
Wheter the SkeletonStream will be activated or not (true or false)
interaction
Type: System Boolean
Wheter the InteractionStream will be activated or not (true or false)
See Also