C# Class Universe.Modules.Scripting.LoadImageURLModule

Inheritance: INonSharedRegionModule, IDynamicTextureRender
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
AsyncConvertData ( UUID id, string bodyData, string extraParams ) : bool
AsyncConvertUrl ( UUID id, string url, string extraParams ) : bool
Close ( ) : void
ConvertStream ( Stream data, string extraParams ) : byte[]
ConvertUrl ( string url, string extraParams ) : byte[]
GetContentType ( ) : string
GetDrawStringSize ( string text, string fontName, int fontSize, double &xSize, double &ySize ) : void
GetName ( ) : string
Initialize ( IConfigSource config ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void
SupportsAsynchronous ( ) : bool

Private Methods

Méthode Description
HttpRequestReturn ( IAsyncResult result ) : void
MakeHttpRequest ( string url, UUID requestID ) : void

Method Details

AddRegion() public méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

AsyncConvertData() public méthode

public AsyncConvertData ( UUID id, string bodyData, string extraParams ) : bool
id UUID
bodyData string
extraParams string
Résultat bool

AsyncConvertUrl() public méthode

public AsyncConvertUrl ( UUID id, string url, string extraParams ) : bool
id UUID
url string
extraParams string
Résultat bool

Close() public méthode

public Close ( ) : void
Résultat void

ConvertStream() public méthode

public ConvertStream ( Stream data, string extraParams ) : byte[]
data Stream
extraParams string
Résultat byte[]

ConvertUrl() public méthode

public ConvertUrl ( string url, string extraParams ) : byte[]
url string
extraParams string
Résultat byte[]

GetContentType() public méthode

public GetContentType ( ) : string
Résultat string

GetDrawStringSize() public méthode

public GetDrawStringSize ( string text, string fontName, int fontSize, double &xSize, double &ySize ) : void
text string
fontName string
fontSize int
xSize double
ySize double
Résultat void

GetName() public méthode

public GetName ( ) : string
Résultat string

Initialize() public méthode

public Initialize ( IConfigSource config ) : void
config IConfigSource
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( IScene scene ) : void
scene IScene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void

SupportsAsynchronous() public méthode

public SupportsAsynchronous ( ) : bool
Résultat bool