C# Class FSO.IDE.ResourceBrowser.ResourceEditors.UnknownResourceControl

Inheritance: System.Windows.Forms.UserControl, IResourceControl
Mostra file Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
SetActiveObject ( GameObject obj ) : void
SetActiveResource ( IffChunk chunk, GameIffResource res ) : void
SetErrorMsg ( string text ) : void
SetOBJDAttrs ( OBJDSelector selectors ) : void
UnknownResourceControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

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

SetActiveObject() public method

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

SetActiveResource() public method

public SetActiveResource ( IffChunk chunk, GameIffResource res ) : void
chunk FSO.Files.Formats.IFF.IffChunk
res GameIffResource
return void

SetErrorMsg() public method

public SetErrorMsg ( string text ) : void
text string
return void

SetOBJDAttrs() public method

public SetOBJDAttrs ( OBJDSelector selectors ) : void
selectors OBJDSelector
return void

UnknownResourceControl() public method

public UnknownResourceControl ( ) : System
return System