C# Class ME3Explorer.SequenceObjects.SEvent

Inheritance: SBox
ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
Deselect ( ) : void
SEvent ( int idx, float x, float y, IMEPackage p, GraphEditor grapheditor ) : System
Select ( ) : void

Method Details

Deselect() public method

public Deselect ( ) : void
return void

SEvent() public method

public SEvent ( int idx, float x, float y, IMEPackage p, GraphEditor grapheditor ) : System
idx int
x float
y float
p IMEPackage
grapheditor UMD.HCIL.GraphEditor.GraphEditor
return System

Select() public method

public Select ( ) : void
return void