C# 클래스 NetworkSkins.Buildings.BuildingToolWatcher

상속: ThreadingExtensionBase
파일 보기 프로젝트 열기: boformer/NetworkSkins

공개 메소드들

메소드 설명
OnUpdate ( float realTimeDelta, float simulationTimeDelta ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnUpdate() 공개 메소드

public OnUpdate ( float realTimeDelta, float simulationTimeDelta ) : void
realTimeDelta float
simulationTimeDelta float
리턴 void