Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.BitmapMaterial

Extends
RenderedMaterial
Modifiers
abstract native noexport

Core.Object
|   
+-- Engine.Material
   |   
   +-- Engine.RenderedMaterial
      |   
      +-- Engine.BitmapMaterial

Direct Known Subclasses:

ProxyBitmapMaterial, ScriptedTexture, ShadowBitmapMaterial, Texture

Variables Summary
byteUBits
intUSize
byteVBits
intVSize
Texture
intUClamp
ETexClampModeUClampMode
intVClamp
ETexClampModeVClampMode
TextureFormat
ETextureFormatFormat
Inherited Variables from Engine.Material
DefaultMaterial, FallbackMaterial, MaterialSoundType, MaterialType, MaterialVisualType, UseFallback, Validated

Enumerations Summary
ETexClampMode
TC_Wrap, TC_Clamp,
ETextureFormat
TEXF_P8, TEXF_RGBA7, TEXF_RGB16, TEXF_DXT1, TEXF_RGB8, TEXF_RGBA8, TEXF_NODATA, TEXF_DXT3, TEXF_DXT5, TEXF_L8, TEXF_G16, TEXF_RRRGGGBBB, TEXF_CxV8U8, TEXF_DXT5N, TEXF_3DC,
Inherited Enumerations from Engine.Material
EMaterialType, EMaterialVisualType

Functions Summary
functionint GetUSize ()))
functionint GetVSize ()))
Inherited Functions from Engine.Material
GetUSize, GetVSize, Reset, Trigger


Variables Detail

UBits Source code

var const byte UBits;

USize Source code

var const int USize;

VBits Source code

var const byte VBits;

VSize Source code

var const int VSize;

Texture

UClamp Source code

var(Texture) const int UClamp;

UClampMode Source code

var(Texture) ETexClampMode UClampMode;

VClamp Source code

var(Texture) const int VClamp;

VClampMode Source code

var(Texture) ETexClampMode VClampMode;

TextureFormat

Format Source code

var(TextureFormat) const ETextureFormat Format;


Enumerations Detail

ETexClampMode Source code

enum ETexClampMode
{
TC_Wrap, TC_Clamp,
};

ETextureFormat Source code

enum ETextureFormat
{
TEXF_P8, TEXF_RGBA7, TEXF_RGB16, TEXF_DXT1, TEXF_RGB8, TEXF_RGBA8, TEXF_NODATA, TEXF_DXT3, TEXF_DXT5, TEXF_L8, TEXF_G16, TEXF_RRRGGGBBB, TEXF_CxV8U8, TEXF_DXT5N, TEXF_3DC,
};


Functions Detail

GetUSize Source code

function int GetUSize ( ) )

GetVSize Source code

function int GetVSize ( ) )


Defaultproperties

defaultproperties
{

	MaterialType = MT_BitmapMaterial

}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:28.477 - Created with UnCodeX