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

XEffects.ShockComboSphereDark


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
class ShockComboSphereDark extends MeshEffect;

#exec OBJ LOAD FILE=XEffectMat.utx
#exec OBJ LOAD File=WarEffectsTextures.utx

event PostBeginPlay()
{
    Super.PostBeginPlay();
    SetRotation(RotRand());
}

defaultproperties
{
    //DrawType=DT_Mesh
    //Mesh=VertMesh'ShockSphereMesh'
    DrawType=DT_StaticMesh
    StaticMesh=StaticMesh'Editor.TexPropSphere'
//    Skins(0)=FinalBlend'XEffectMat.ShockDarkFB'
    Skins(0)=Material'WarEffectsTextures.n_energy01_s_jm'
    bUnlit=true
    //bAlwaysFaceCamera=true
    //DrawScale3D=(X=5.5,Y=5.5,Z=5.5)

    LifeTime=1.0
    FadeInterp=(InTime=0.15,InStyle=IS_Linear,OutTime=0.75,OutStyle=IS_Linear)
    ScaleInterp=(Start=0.1,Mid=0.8,End=0.0,InTime=0.3,InStyle=IS_InvExp,OutTime=0.3,OutStyle=IS_InvExp)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:36:22.000 - Creation time: Do 14.8.2014 09:58:49.816 - Created with UnCodeX