C# Class AcManager.Tools.Objects.ShowroomObject

Inheritance: AcManager.Tools.AcObjectsNew.AcJsonObjectNew
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
HandleChangedFile ( string filename ) : bool
Reload ( ) : void
ShowroomObject ( IFileAcManager manager, string id, bool enabled ) : System
ToggleSound ( ) : void

Méthodes protégées

Méthode Description
GetTagsList ( ) : AutocompleteValuesList
InitializeLocations ( ) : void
LoadOrThrow ( ) : void
LoadYear ( Newtonsoft.Json.Linq.JObject json ) : void
TestIfKunos ( ) : bool

Private Methods

Méthode Description
CheckKn5 ( ) : void
CheckSound ( ) : void
DownloadPreview ( ) : void
GetPreviewImage ( ) : string

Method Details

GetTagsList() protected méthode

protected GetTagsList ( ) : AutocompleteValuesList
Résultat AutocompleteValuesList

HandleChangedFile() public méthode

public HandleChangedFile ( string filename ) : bool
filename string
Résultat bool

InitializeLocations() protected méthode

protected InitializeLocations ( ) : void
Résultat void

LoadOrThrow() protected méthode

protected LoadOrThrow ( ) : void
Résultat void

LoadYear() protected méthode

protected LoadYear ( Newtonsoft.Json.Linq.JObject json ) : void
json Newtonsoft.Json.Linq.JObject
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

ShowroomObject() public méthode

public ShowroomObject ( IFileAcManager manager, string id, bool enabled ) : System
manager IFileAcManager
id string
enabled bool
Résultat System

TestIfKunos() protected méthode

protected TestIfKunos ( ) : bool
Résultat bool

ToggleSound() public méthode

public ToggleSound ( ) : void
Résultat void