C# Class FSO.IDE.Common.InteractiveDGRPControl

Inheritance: FSOUIControl
显示文件 Open project: RHY3756547/FreeSO

Public Methods

Method Description
ChangeGraphic ( int gfx ) : void
ChangeWorld ( int rotation, int zoom ) : void
ForceUpdate ( ) : void
SetDynamic ( int i ) : void
ShowObject ( uint GUID ) : void

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

ChangeGraphic() public method

public ChangeGraphic ( int gfx ) : void
gfx int
return void

ChangeWorld() public method

public ChangeWorld ( int rotation, int zoom ) : void
rotation int
zoom int
return void

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

ForceUpdate() public method

public ForceUpdate ( ) : void
return void

SetDynamic() public method

public SetDynamic ( int i ) : void
i int
return void

ShowObject() public method

public ShowObject ( uint GUID ) : void
GUID uint
return void