Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SwtorCaster
Core
Services
Images
JediPedia
JediPediaImageService
C# Class SwtorCaster.Core.Services.Images.JediPedia.JediPediaImageService
JediPedia implementation allows us to find an image in a file
Inheritance:
IImageService
ファイルを表示
Open project: pjmagee/swtor-caster
Public Methods
Method
Description
GetImageById
(
long
abilityId
) :
string
GetImages
( ) :
IEnumerable
Initialize
( ) :
void
IsUnknown
(
long
abilityId
) :
bool
Method Details
GetImageById()
public
method
public
GetImageById
(
long
abilityId
) :
string
abilityId
long
return
string
GetImages()
public
method
public
GetImages
( ) :
IEnumerable
return
IEnumerable
Initialize()
public
method
public
Initialize
( ) :
void
return
void
IsUnknown()
public
method
public
IsUnknown
(
long
abilityId
) :
bool
abilityId
long
return
bool