C# Class Radegast.Rendering.TextureInfo

显示文件 Open project: justasabc/UnityOpenSimClient Class Usage Examples

Public Properties

Property Type Description
FetchFailed bool
FullAlpha bool
HasAlpha bool
IsInvisible bool
IsMask bool
Texture System.Drawing.Image
TextureID UUID
TexturePointer int

Property Details

FetchFailed public_oe property

public bool FetchFailed
return bool

FullAlpha public_oe property

public bool FullAlpha
return bool

HasAlpha public_oe property

public bool HasAlpha
return bool

IsInvisible public_oe property

public bool IsInvisible
return bool

IsMask public_oe property

public bool IsMask
return bool

Texture public_oe property

public Image,System.Drawing Texture
return System.Drawing.Image

TextureID public_oe property

public UUID TextureID
return UUID

TexturePointer public_oe property

public int TexturePointer
return int