C# Class NetworkSkins.Buildings.BuildingToolWatcher

Inheritance: ThreadingExtensionBase
显示文件 Open project: boformer/NetworkSkins

Public Methods

Method Description
OnUpdate ( float realTimeDelta, float simulationTimeDelta ) : void

Private Methods

Method Description
Apply ( BuildingInfo prefab ) : void
Revert ( ) : void
SetPillarFeature ( NetInfo netInfo, string pillarName, PillarType type, BuildingInfo>.Dictionary userModePillars ) : void
SetTreeFeature ( SegmentData data, string treeName, SegmentData flag ) : void

Method Details

OnUpdate() public method

public OnUpdate ( float realTimeDelta, float simulationTimeDelta ) : void
realTimeDelta float
simulationTimeDelta float
return void