C# Class FingerClusterManager, swip3

Inheritance: MonoBehaviour
Afficher le fichier Open project: unit9/swip3 Class Usage Examples

Méthodes publiques

Свойство Type Description
ClusterRadius float
TimeTolerance float

Méthodes publiques

Méthode Description
Awake ( ) : void
FindClusterById ( int clusterId ) : Cluster,
GetClustersPool ( ) : List
Update ( ) : void

Private Methods

Méthode Description
FindExistingCluster ( FingerGestures finger ) : Cluster,
NewCluster ( ) : Cluster,

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FindClusterById() public méthode

public FindClusterById ( int clusterId ) : Cluster,
clusterId int
Résultat Cluster,

GetClustersPool() public méthode

public GetClustersPool ( ) : List
Résultat List

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

ClusterRadius public_oe property

public float ClusterRadius
Résultat float

TimeTolerance public_oe property

public float TimeTolerance
Résultat float