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

Engine.ColorModifier

Extends
Modifier
Modifiers
noteditinlinenew native

Core.Object
|   
+-- Engine.Material
   |   
   +-- Engine.Modifier
      |   
      +-- Engine.ColorModifier

Variables Summary
ColorModifier
boolAlphaBlend
colorColor
boolRenderTwoSided
Inherited Variables from Engine.Modifier
Material
Inherited Variables from Engine.Material
DefaultMaterial, FallbackMaterial, MaterialType, SurfaceType, UseFallback, Validated

Enumerations Summary
Inherited Enumerations from Engine.Material
ESurfaceTypes

Functions Summary
Inherited Functions from Engine.Modifier
Reset, Trigger
Inherited Functions from Engine.Material
MaterialUSize, MaterialVSize, Reset, Trigger


Variables Detail

ColorModifier

AlphaBlend Source code

var(ColorModifier) bool AlphaBlend;

Color Source code

var(ColorModifier) color Color;

RenderTwoSided Source code

var(ColorModifier) bool RenderTwoSided;


Defaultproperties

defaultproperties
{
     Color=(B=255,G=255,R=255,A=255)
     RenderTwoSided=True
     AlphaBlend=True
     MaterialType=9
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:15:53.390 - Created with UnCodeX