Свойство | Тип | Описание | |
---|---|---|---|
m_isEnabled | bool | ||
m_omCapUrls | string>.Dictionary | ||
m_omCapUsers | UUID>.Dictionary | ||
m_omuCapUrls | string>.Dictionary | ||
m_omuCapUsers | UUID>.Dictionary | ||
m_scene | IScene |
Метод | Описание | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
ClearMediaEntry ( ISceneChildEntity part, int face ) : void | ||
Close ( ) : void | ||
GetMediaEntry ( ISceneChildEntity part, int face ) : OpenMetaverse.MediaEntry | ||
Initialize ( IConfigSource configSource ) : void | ||
OnDeregisterCaps ( UUID agentID, IRegionClientCapsService caps ) : void | ||
OnRegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap | ||
RegionLoaded ( IScene scene ) : void | ||
RemoveRegion ( IScene scene ) : void | ||
SetMediaEntry ( ISceneChildEntity part, int face, OpenMetaverse.MediaEntry me ) : void |
Метод | Описание | |
---|---|---|
CheckFaceParam ( ISceneChildEntity part, int face ) : void |
Check that the face number is valid for the given prim.
|
|
CheckUrlAgainstWhitelist ( string rawUrl, string whitelist ) : bool |
Check the given url against the given whitelist.
|
|
HandleObjectMediaMessage ( string path, Stream request, |
Sets or gets per face media textures.
|
|
HandleObjectMediaNavigateMessage ( string path, Stream request, |
Received from the viewer if a user has changed the url of a media texture.
|
|
HandleObjectMediaRequest ( |
Handle a fetch request for media textures
|
|
HandleObjectMediaUpdate ( string path, |
Handle an update of media textures.
|
|
SetPartMediaFlags ( ISceneChildEntity part, int face, bool flag ) : void |
Set the media flags on the texture face of the given part. The fact that we need a separate function to do what should be a simple one line operation is BUTT UGLY. |
|
UpdateMediaUrl ( ISceneChildEntity part, UUID updateId ) : void |
Update the media url of the given part
|
protected CheckFaceParam ( ISceneChildEntity part, int face ) : void | ||
part | ISceneChildEntity | |
face | int | |
Результат | void |
protected CheckUrlAgainstWhitelist ( string rawUrl, string whitelist ) : bool | ||
rawUrl | string | |
whitelist | string | |
Результат | bool |
public ClearMediaEntry ( ISceneChildEntity part, int face ) : void | ||
part | ISceneChildEntity | |
face | int | |
Результат | void |
public GetMediaEntry ( ISceneChildEntity part, int face ) : OpenMetaverse.MediaEntry | ||
part | ISceneChildEntity | |
face | int | |
Результат | OpenMetaverse.MediaEntry |
protected HandleObjectMediaMessage ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
Результат | byte[] |
protected HandleObjectMediaNavigateMessage ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
Результат | byte[] |
protected HandleObjectMediaRequest ( |
||
omr | ||
Результат | byte[] |
protected HandleObjectMediaUpdate ( string path, |
||
path | string | Path on which this request was made |
omu | ||
Результат | byte[] |
public Initialize ( IConfigSource configSource ) : void | ||
configSource | IConfigSource | |
Результат | void |
public OnDeregisterCaps ( UUID agentID, IRegionClientCapsService caps ) : void | ||
agentID | UUID | |
caps | IRegionClientCapsService | |
Результат | void |
public OnRegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap | ||
agentID | UUID | |
server | IHttpServer | |
Результат | OSDMap |
public RegionLoaded ( IScene scene ) : void | ||
scene | IScene | |
Результат | void |
public RemoveRegion ( IScene scene ) : void | ||
scene | IScene | |
Результат | void |
public SetMediaEntry ( ISceneChildEntity part, int face, OpenMetaverse.MediaEntry me ) : void | ||
part | ISceneChildEntity | |
face | int | |
me | OpenMetaverse.MediaEntry | |
Результат | void |
protected SetPartMediaFlags ( ISceneChildEntity part, int face, bool flag ) : void | ||
part | ISceneChildEntity | |
face | int | |
flag | bool | |
Результат | void |
protected UpdateMediaUrl ( ISceneChildEntity part, UUID updateId ) : void | ||
part | ISceneChildEntity | |
updateId | UUID | /// The id to attach to this update. Normally, this is the user that changed the /// texture /// |
Результат | void |