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

ParticleSystems.StreakParticleTemplate


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
00029
00030
00031
00032
00033
00034
00035
00036
//=============================================================================
// $Author: Aleiby $
// $Date: 2/25/02 8:19p $
// $Revision: 2 $
//=============================================================================

//------------------------------------------------------------------------------
// Name:	StreakParticleTemplate.uc
// Author:	Aaron R Leiby
// Date:	28 March 2000
//------------------------------------------------------------------------------
// Description:  
//------------------------------------------------------------------------------
// How to use this class:
//------------------------------------------------------------------------------

class StreakParticleTemplate extends ParticleTemplate
	native;

/////////////////////////
// Initialization data //
/////////////////////////

var() public  color           Color;
var() public  Range           InitialAlpha;
var() public  bool            bFadeAlphaOnly;
var() public  Range           Length;	// Number of segments (integer) constructing 
										// the streak (must be greater than zero).

defaultproperties
{
	InitialAlpha=(A=1.000000,B=1.000000)
	Length=(A=1.000000,B=1.000000)
	ParticleType="StreakParticle"
}

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