C# Class FSO.IDE.ResourceBrowser.OBJfEditor

ファイルを表示 Open project: RHY3756547/FreeSO

Public Methods

Method Description
GetFunctionTable ( ) : OBJfFunctionEntry[]
OBJfEditor ( ) : System
RefreshView ( ) : void
SetAction ( int function, ushort id ) : void
SetActiveObject ( GameObject active ) : void
SetCheck ( int function, ushort id ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ActionButton_Click ( object sender, EventArgs e ) : void
CheckButton_Click ( object sender, EventArgs e ) : void
FilterCheck_CheckedChanged ( object sender, EventArgs e ) : void
FunctionList_SelectedIndexChanged ( object sender, EventArgs e ) : void
GetBHAV ( ushort id ) : BHAV
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

TableCombo_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetFunctionTable() public method

public GetFunctionTable ( ) : OBJfFunctionEntry[]
return OBJfFunctionEntry[]

OBJfEditor() public method

public OBJfEditor ( ) : System
return System

RefreshView() public method

public RefreshView ( ) : void
return void

SetAction() public method

public SetAction ( int function, ushort id ) : void
function int
id ushort
return void

SetActiveObject() public method

public SetActiveObject ( GameObject active ) : void
active GameObject
return void

SetCheck() public method

public SetCheck ( int function, ushort id ) : void
function int
id ushort
return void