C# Class OpenSim.Region.CoreModules.Scripting.DynamicTexture.DynamicTextureModule.DynamicTextureUpdater

Show file Open project: openmetaversefoundation/fortis-opensim

Public Properties

Property Type Description
BlendWithOldTexture bool
BodyData string
ContentType string
Disp int
Face int
FrontAlpha byte
LastAssetID UUID
Params string
PrimID UUID
SetNewFrontAlpha bool
SimUUID UUID
UpdateTimer int
UpdaterID UUID
Url string

Public Methods

Method Description
DataReceived ( byte data, Scene scene ) : void

Called once new texture data has been received for this updater.

DynamicTextureUpdater ( ) : System
MergeBitMaps ( Bitmap front, Bitmap back ) : Bitmap

Private Methods

Method Description
BlendTextures ( byte frontImage, byte backImage, bool setNewAlpha, byte newAlpha ) : byte[]
SetAlpha ( Bitmap &b, byte alpha ) : void

Method Details

DataReceived() public method

Called once new texture data has been received for this updater.
public DataReceived ( byte data, Scene scene ) : void
data byte
scene OpenSim.Region.Framework.Scenes.Scene
return void

DynamicTextureUpdater() public method

public DynamicTextureUpdater ( ) : System
return System

MergeBitMaps() public method

public MergeBitMaps ( Bitmap front, Bitmap back ) : Bitmap
front System.Drawing.Bitmap
back System.Drawing.Bitmap
return System.Drawing.Bitmap

Property Details

BlendWithOldTexture public property

public bool BlendWithOldTexture
return bool

BodyData public property

public string BodyData
return string

ContentType public property

public string ContentType
return string

Disp public property

public int Disp
return int

Face public property

public int Face
return int

FrontAlpha public property

public byte FrontAlpha
return byte

LastAssetID public property

public UUID LastAssetID
return UUID

Params public property

public string Params
return string

PrimID public property

public UUID PrimID
return UUID

SetNewFrontAlpha public property

public bool SetNewFrontAlpha
return bool

SimUUID public property

public UUID SimUUID
return UUID

UpdateTimer public property

public int UpdateTimer
return int

UpdaterID public property

public UUID UpdaterID
return UUID

Url public property

public string Url
return string