프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CheckLivery | void | ||
CheckPreview | void | ||
LoadSkinRelated | void | ||
NameFromId | string | ||
SaveSkinRelated | void |
메소드 | 설명 | |
---|---|---|
CarSkinObject ( string carId, IFileAcManager manager, string id, bool enabled ) : System.IO | ||
HandleChangedFile ( string filename ) : bool | ||
PastLoad ( ) : void | ||
Reload ( ) : void | ||
Save ( ) : void | ||
SaveData ( Newtonsoft.Json.Linq.JObject json ) : void |
메소드 | 설명 | |
---|---|---|
ClearData ( ) : void | ||
GetTagsList ( ) : AutocompleteValuesList | ||
InitializeLocations ( ) : void | ||
LoadData ( Newtonsoft.Json.Linq.JObject json ) : void | ||
LoadJsonOrThrow ( ) : bool | ||
LoadOrThrow ( ) : void | ||
SaveCountry ( Newtonsoft.Json.Linq.JObject json ) : void |
메소드 | 설명 | |
---|---|---|
CheckLivery ( ) : void | ||
CheckPreview ( ) : void | ||
LoadSkinRelated ( Newtonsoft.Json.Linq.JObject json ) : void | ||
NameFromId ( [ id ) : string | ||
SaveSkinRelated ( Newtonsoft.Json.Linq.JObject json ) : void |
public CarSkinObject ( string carId, IFileAcManager manager, string id, bool enabled ) : System.IO | ||
carId | string | |
manager | IFileAcManager | |
id | string | |
enabled | bool | |
리턴 | System.IO |
public HandleChangedFile ( string filename ) : bool | ||
filename | string | |
리턴 | bool |
protected LoadData ( Newtonsoft.Json.Linq.JObject json ) : void | ||
json | Newtonsoft.Json.Linq.JObject | |
리턴 | void |
protected SaveCountry ( Newtonsoft.Json.Linq.JObject json ) : void | ||
json | Newtonsoft.Json.Linq.JObject | |
리턴 | void |
public SaveData ( Newtonsoft.Json.Linq.JObject json ) : void | ||
json | Newtonsoft.Json.Linq.JObject | |
리턴 | void |