C# Class FSO.IDE.Common.UIInteractiveDGRP

Inheritance: FSO.Client.UI.Framework.UIContainer
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Protected Properties

Property Type Description
TargetTile FSO.SimAntics.VMEntity

Public Methods

Method Description
ChangeGraphic ( int gfx ) : void
ChangeWorld ( int rotation, int zoom ) : void
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
ForceUpdate ( ) : void
SetDynamic ( int i ) : void
SetGUID ( uint id ) : void
SetGUIDLocal ( uint id, VM TempVM ) : void
UIInteractiveDGRP ( uint id ) : System
Update ( UpdateState state ) : void

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

Draw() public method

public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
return void

ForceUpdate() public method

public ForceUpdate ( ) : void
return void

SetDynamic() public method

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

SetGUID() public method

public SetGUID ( uint id ) : void
id uint
return void

SetGUIDLocal() public method

public SetGUIDLocal ( uint id, VM TempVM ) : void
id uint
TempVM FSO.SimAntics.VM
return void

UIInteractiveDGRP() public method

public UIInteractiveDGRP ( uint id ) : System
id uint
return System

Update() public method

public Update ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
return void

Property Details

TargetTile protected_oe property

protected VMEntity,FSO.SimAntics TargetTile
return FSO.SimAntics.VMEntity