C# 클래스 AcTools.Utils.DataFixer

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
GetWeight ( string carDir ) : double
RemoveAeroDataSection ( string carDir ) : void
SetWeight ( string carDir, double newValue ) : void
TestData ( string carDir, double weight ) : Task>
TestData ( string carDir, double weight, Action error, System.Action callback ) : void

메소드 상세

GetWeight() 공개 정적인 메소드

public static GetWeight ( string carDir ) : double
carDir string
리턴 double

RemoveAeroDataSection() 공개 정적인 메소드

public static RemoveAeroDataSection ( string carDir ) : void
carDir string
리턴 void

SetWeight() 공개 정적인 메소드

public static SetWeight ( string carDir, double newValue ) : void
carDir string
newValue double
리턴 void

TestData() 공개 정적인 메소드

public static TestData ( string carDir, double weight ) : Task>
carDir string
weight double
리턴 Task>

TestData() 공개 정적인 메소드

public static TestData ( string carDir, double weight, Action error, System.Action callback ) : void
carDir string
weight double
error Action
callback System.Action
리턴 void