C# Класс FSO.IDE.ResourceBrowser.OBJfEditor

Показать файл Открыть проект

Открытые методы

Метод Описание
GetFunctionTable ( ) : OBJfFunctionEntry[]
OBJfEditor ( ) : System
RefreshView ( ) : void
SetAction ( int function, ushort id ) : void
SetActiveObject ( GameObject active ) : void
SetCheck ( int function, ushort id ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GetFunctionTable() публичный Метод

public GetFunctionTable ( ) : OBJfFunctionEntry[]
Результат OBJfFunctionEntry[]

OBJfEditor() публичный Метод

public OBJfEditor ( ) : System
Результат System

RefreshView() публичный Метод

public RefreshView ( ) : void
Результат void

SetAction() публичный Метод

public SetAction ( int function, ushort id ) : void
function int
id ushort
Результат void

SetActiveObject() публичный Метод

public SetActiveObject ( GameObject active ) : void
active GameObject
Результат void

SetCheck() публичный Метод

public SetCheck ( int function, ushort id ) : void
function int
id ushort
Результат void