C# Class WarningChecker, NotifyPropertyWeaver

Inheritance: MonoBehaviour
Afficher le fichier Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Méthodes publiques

Méthode Description
CheckForWarning ( PropertyData, propertyData, bool isBeforeAfter ) : string
Execute ( ) : void

Private Methods

Méthode Description
Process ( List notifyNodes ) : void
WarningChecker ( TypeNodeBuilder, typeNodeBuilder, Logger logger ) : System.Collections.Generic

Method Details

CheckForWarning() public méthode

public CheckForWarning ( PropertyData, propertyData, bool isBeforeAfter ) : string
propertyData PropertyData,
isBeforeAfter bool
Résultat string

Execute() public méthode

public Execute ( ) : void
Résultat void