YouPlugin InterfaceYouInteract Documentation
The Interface that must be implemented by all Pages

Namespace: YouInteract.YouBasic
Assembly: YouInteract (in YouInteract.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface YouPlugin

The YouPlugin type exposes the following members.

Methods
  NameDescription
Public methodgetAppName
A function that returns the name of the App on which the Page is inserted
Public methodgetIsFirstPage
A function that returns wheter the page is the starting page of a plugin
Public methodgetKinectRequirements
A function to indentify a page's Kinect Requirements
Public methodgetName
A function that returns the Page's Name
Public methodgetPage
A function that returns an instance of the page
Public methodgetRegion
A function that returns an instance of the Kinect Region
Top
See Also