C# Class Rodrigue.Transition.AndCondition

Afficher le fichier Open project: benjaml/PathfindingToolUnity

Protected Properties

Свойство Type Description
_checks check[]

Méthodes publiques

Méthode Description
AndCondition ( check check ) : System.Collections
check ( ) : bool
getInstance ( check check ) : AndCondition

Method Details

AndCondition() public méthode

public AndCondition ( check check ) : System.Collections
check check
Résultat System.Collections

check() public méthode

public check ( ) : bool
Résultat bool

getInstance() public static méthode

public static getInstance ( check check ) : AndCondition
check check
Résultat AndCondition

Property Details

_checks protected_oe property

protected check[] _checks
Résultat check[]