C# Class Invert.uFrame.ECS.ActionMethodMetaInfo

Inheritance: ActionMetaInfo
Exibir arquivo Open project: InvertGames/uFrame.ECS.Editor

Public Methods

Method Description
ActionMethodMetaInfo ( Type systemType ) : System
WriteCode ( TemplateContext ctx, ActionNode node ) : void

Method Details

ActionMethodMetaInfo() public method

public ActionMethodMetaInfo ( Type systemType ) : System
systemType System.Type
return System

WriteCode() public method

public WriteCode ( TemplateContext ctx, ActionNode node ) : void
ctx TemplateContext
node ActionNode
return void