C# Class FSO.IDE.Common.UIThumbnailRenderer

Inheritance: FSO.Client.UI.Framework.UIContainer
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
SetGUID ( uint id ) : void
SetGUIDLocal ( uint id ) : void
UIThumbnailRenderer ( uint id ) : System
Update ( UpdateState state ) : void

Private Methods

Method Description
UpdateThumb ( ) : void

Method Details

Draw() public method

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

SetGUID() public method

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

SetGUIDLocal() public method

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

UIThumbnailRenderer() public method

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

Update() public method

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