C# Class Invert.uFrame.ECS.uFrameECSBase

Inheritance: Invert.Core.GraphDesigner.DiagramPlugin
Show file Open project: InvertGames/uFrame.ECS.Editor

Public Methods

Method Description
GetCollectionsSelectionCommand ( ) : SelectTypeCommand
GetInputsSelectionCommand ( ) : SelectTypeCommand
GetOutputsSelectionCommand ( ) : SelectTypeCommand
GetPropertiesSelectionCommand ( ) : SelectTypeCommand
GetVariablesSelectionCommand ( ) : SelectTypeCommand
Initialize ( Invert container ) : void

Method Details

GetCollectionsSelectionCommand() public method

public GetCollectionsSelectionCommand ( ) : SelectTypeCommand
return Invert.Core.GraphDesigner.SelectTypeCommand

GetInputsSelectionCommand() public method

public GetInputsSelectionCommand ( ) : SelectTypeCommand
return Invert.Core.GraphDesigner.SelectTypeCommand

GetOutputsSelectionCommand() public method

public GetOutputsSelectionCommand ( ) : SelectTypeCommand
return Invert.Core.GraphDesigner.SelectTypeCommand

GetPropertiesSelectionCommand() public method

public GetPropertiesSelectionCommand ( ) : SelectTypeCommand
return Invert.Core.GraphDesigner.SelectTypeCommand

GetVariablesSelectionCommand() public method

public GetVariablesSelectionCommand ( ) : SelectTypeCommand
return Invert.Core.GraphDesigner.SelectTypeCommand

Initialize() public method

public Initialize ( Invert container ) : void
container Invert
return void