C# Class MatchingModel, Kinect-vs-Autism-project-CSI-2

Datei anzeigen Open project: mfppvl/Kinect-vs-Autism-project-CSI-2 Class Usage Examples

Public Methods

Method Description
MatchingModel ( ) : System.Collections
setSnapped ( GameObject obj, int dropScriptPlace ) : void

Keeps track of a two-part PEC card snap.

Private Methods

Method Description
isMatch ( ) : void

Method Details

MatchingModel() public method

public MatchingModel ( ) : System.Collections
return System.Collections

setSnapped() public method

Keeps track of a two-part PEC card snap.
public setSnapped ( GameObject obj, int dropScriptPlace ) : void
obj GameObject The PEC game object
dropScriptPlace int Place in GrabDropScript array, the PEC will be deactivated.
return void