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

Engine.ParticleMaterial

Extends
RenderedMaterial
Modifiers
native noteditinlinenew

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

Variables Summary
boolAcceptsProjectors
intAlphaRef
intAlphaTest
bitmapmaterialBitmapMaterial
intBlendBetweenSubdivisions
intNumProjectors
intParticleBlending
ParticleProjectorInfoProjectors[8]
intRenderTwoSided
intUseTFactor
intWireframe
intZTest
intZWrite
Inherited Variables from Engine.RenderedMaterial
renderedmaterial_dummy
Inherited Variables from Engine.Material
DefaultMaterial, FallbackMaterial, MaterialType, SurfaceType, UseFallback, Validated

Enumerations Summary
Inherited Enumerations from Engine.Material
ESurfaceTypes

Structures Summary
ParticleProjectorInfo
BitmapMaterial, Matrix, Projected, BlendMode

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


Variables Detail

AcceptsProjectors Source code

var transient bool AcceptsProjectors;

AlphaRef Source code

var const int AlphaRef;

AlphaTest Source code

var const int AlphaTest;

BitmapMaterial Source code

var const bitmapmaterial BitmapMaterial;

BlendBetweenSubdivisions Source code

var const int BlendBetweenSubdivisions;

NumProjectors Source code

var transient const int NumProjectors;

ParticleBlending Source code

var const int ParticleBlending;

Projectors[8] Source code

var transient const ParticleProjectorInfo Projectors[8];

RenderTwoSided Source code

var const int RenderTwoSided;

UseTFactor Source code

var const int UseTFactor;

Wireframe Source code

var const int Wireframe;

ZTest Source code

var const int ZTest;

ZWrite Source code

var const int ZWrite;


Structures Detail

ParticleProjectorInfo Source code

struct ParticleProjectorInfo
{
var bitmapmaterial BitmapMaterial;
var int BlendMode;
var matrix Matrix;
var int Projected;
};



Defaultproperties

defaultproperties
{
	
	MaterialType=512
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:19.210 - Created with UnCodeX