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

Engine.Texture

Extends
BitmapMaterial
Modifiers
safereplace native noteditinlinenew dontcollapsecategories noexport

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

Direct Known Subclasses:

Cubemap, FractalTexture, ScriptedTexture, TextureArray

Variables Summary
floatAccumulator
textureAnimCurrent
boolbHasComp
boolbParametric
boolbRealtime
boolbRealtimeChanged
ETextureFormatCompFormat
textureDetailTexture
textureEnvironmentMap
EEnvMapTransformTypeEnvMapTransformType
intInternalTime[2]
colorMaxColor
array<int>Mips
colorMipZero
bytePrimeCurrent
intRenderInterface
floatSpecular
int__LastUpdateTime[2]
Animation
textureAnimNext
floatMaxFrameRate
floatMinFrameRate
bytePrimeCount
Quality
boolbHighColorQuality
boolbHighTextureQuality
ELODSetLODSet
Surface
boolbAlphaTexture
boolbMasked
Texture
MaterialDetail
floatDetailScale
palettePalette
Inherited Variables from Engine.BitmapMaterial
Format, UBits, UClamp, UClampMode, USize, VBits, VClamp, VClampMode, VSize

Enumerations Summary
EEnvMapTransformType
EMTT_ViewSpace, EMTT_WorldSpace, EMTT_LightSpace,
ELODSet
LODSET_None, LODSET_World, LODSET_Skin,
Inherited Enumerations from Engine.BitmapMaterial
ETexClampMode, ETextureFormat


Variables Detail

Accumulator Source code

var transient float Accumulator;

AnimCurrent Source code

var transient texture AnimCurrent;

bHasComp Source code

var const editconst private bool bHasComp;

bParametric Source code

var private bool bParametric;

bRealtime Source code

var private bool bRealtime;

bRealtimeChanged Source code

var private transient bool bRealtimeChanged;

CompFormat Source code

var const editconst ETextureFormat CompFormat;

DetailTexture Source code

var depreciated texture DetailTexture;

EnvironmentMap Source code

var depreciated texture EnvironmentMap;

EnvMapTransformType Source code

var EEnvMapTransformType EnvMapTransformType;

InternalTime[2] Source code

var const int InternalTime[2];

MaxColor Source code

var const color MaxColor;

Mips Source code

var private native const array<int> Mips;

MipZero Source code

var const color MipZero;

PrimeCurrent Source code

var transient byte PrimeCurrent;

RenderInterface Source code

var const transient int RenderInterface;

Specular Source code

var depreciated float Specular;

__LastUpdateTime[2] Source code

var const transient int __LastUpdateTime[2];

Animation

AnimNext Source code

var(Animation) texture AnimNext;

MaxFrameRate Source code

var(Animation) float MaxFrameRate;

MinFrameRate Source code

var(Animation) float MinFrameRate;

PrimeCount Source code

var(Animation) byte PrimeCount;

Quality

bHighColorQuality Source code

var(Quality) private bool bHighColorQuality;

bHighTextureQuality Source code

var(Quality) private bool bHighTextureQuality;

LODSet Source code

var(Quality) ELODSet LODSet;

Surface

bAlphaTexture Source code

var(Surface) bool bAlphaTexture;

bMasked Source code

var(Surface) editconst bool bMasked;

Texture

Detail Source code

var(Texture) Material Detail;

DetailScale Source code

var(Texture) float DetailScale;

Palette Source code

var(Texture) palette Palette;


Enumerations Detail

EEnvMapTransformType Source code

enum EEnvMapTransformType
{
EMTT_ViewSpace, EMTT_WorldSpace, EMTT_LightSpace,
};

ELODSet Source code

enum ELODSet
{
LODSET_None, LODSET_World, LODSET_Skin,
};


Defaultproperties

defaultproperties
{
	DetailScale=8.000000
	MipZero=(B=64,G=128,R=64)
	MaxColor=(B=255,G=255,R=255,A=255)
	LODSet=LODSET_World
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:33.211 - Created with UnCodeX