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

Afficher le fichier Open project: mfppvl/Kinect-vs-Autism-project-CSI-2 Class Usage Examples

Méthodes publiques

Méthode Description
MatchingModel ( ) : System.Collections
setSnapped ( GameObject obj, int dropScriptPlace ) : void

Keeps track of a two-part PEC card snap.

Private Methods

Méthode Description
isMatch ( ) : void

Method Details

MatchingModel() public méthode

public MatchingModel ( ) : System.Collections
Résultat System.Collections

setSnapped() public méthode

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.
Résultat void