C# Class WarningChecker, NotifyPropertyWeaver

Inheritance: MonoBehaviour
ファイルを表示 Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Methods

Method Description
CheckForWarning ( PropertyData, propertyData, bool isBeforeAfter ) : string
Execute ( ) : void

Private Methods

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

Method Details

CheckForWarning() public method

public CheckForWarning ( PropertyData, propertyData, bool isBeforeAfter ) : string
propertyData PropertyData,
isBeforeAfter bool
return string

Execute() public method

public Execute ( ) : void
return void