C# Class FSO.Client.UI.Panels.LotControls.UIFloorPainter

Inheritance: UICustomLotControl
Datei anzeigen Open project: RHY3756547/FreeSO

Public Methods

Method Description
MouseDown ( UpdateState state ) : void
MouseUp ( UpdateState state ) : void
Release ( ) : void
UIFloorPainter ( VM vm, LotView world, UILotControl parent, List parameters ) : System
Update ( UpdateState state, bool scrolled ) : void

Method Details

MouseDown() public method

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

MouseUp() public method

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

Release() public method

public Release ( ) : void
return void

UIFloorPainter() public method

public UIFloorPainter ( VM vm, LotView world, UILotControl parent, List parameters ) : System
vm FSO.SimAntics.VM
world LotView
parent UILotControl
parameters List
return System

Update() public method

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