C# 클래스 Invert.uFrame.ECS.uFrameECSBase

상속: Invert.Core.GraphDesigner.DiagramPlugin
파일 보기 프로젝트 열기: InvertGames/uFrame.ECS.Editor

공개 메소드들

메소드 설명
GetCollectionsSelectionCommand ( ) : SelectTypeCommand
GetInputsSelectionCommand ( ) : SelectTypeCommand
GetOutputsSelectionCommand ( ) : SelectTypeCommand
GetPropertiesSelectionCommand ( ) : SelectTypeCommand
GetVariablesSelectionCommand ( ) : SelectTypeCommand
Initialize ( Invert container ) : void

메소드 상세

GetCollectionsSelectionCommand() 공개 메소드

public GetCollectionsSelectionCommand ( ) : SelectTypeCommand
리턴 Invert.Core.GraphDesigner.SelectTypeCommand

GetInputsSelectionCommand() 공개 메소드

public GetInputsSelectionCommand ( ) : SelectTypeCommand
리턴 Invert.Core.GraphDesigner.SelectTypeCommand

GetOutputsSelectionCommand() 공개 메소드

public GetOutputsSelectionCommand ( ) : SelectTypeCommand
리턴 Invert.Core.GraphDesigner.SelectTypeCommand

GetPropertiesSelectionCommand() 공개 메소드

public GetPropertiesSelectionCommand ( ) : SelectTypeCommand
리턴 Invert.Core.GraphDesigner.SelectTypeCommand

GetVariablesSelectionCommand() 공개 메소드

public GetVariablesSelectionCommand ( ) : SelectTypeCommand
리턴 Invert.Core.GraphDesigner.SelectTypeCommand

Initialize() 공개 메소드

public Initialize ( Invert container ) : void
container Invert
리턴 void