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
DefaultFallback, DefaultMaterial, FallbackMaterial, TextureType, UseFallback, Validated

Enumerations Summary
Inherited Enumerations from Engine.Material
ETextureType

Structures Summary
Inherited Structures from Engine.Material
CheckResult

Functions Summary
Inherited Functions from Engine.Modifier
Reset
Inherited Functions from Engine.Material
ForceDependencies, GetHitTexture, GetHitTextureType, Reset, ResetModifiers, 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
}

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