Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.ParticleEmitter | +-- Engine.TrailEmitter
Constants Summary |
---|
Inherited Contants from Core.Object |
---|
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
Variables Summary | |
---|---|
indexbuffer | IndexBuffer |
int | IndicesPerParticle |
int | PrimitivesPerParticle |
array<ParticleTrailData> | TrailData |
array<ParticleTrailInfo> | TrailInfo |
vertexbuffer | VertexBuffer |
int | VerticesPerParticle |
Trail | |
float | DistanceThreshold |
int | MaxPointsPerTrail |
int | MaxTrailTwistAngle |
float | PointLifeTime |
ETrailLocation | TrailLocation |
ETrailShadeType | TrailShadeType |
bool | UseCrossedSheets |
Inherited Variables from Core.Object |
---|
Class, Name, ObjectFlags, ObjectInternal[7], Outer |
Enumerations Summary | ||
---|---|---|
ETrailLocation PTTL_AttachedToParticle, PTTL_FollowEmitter | ||
ETrailShadeType PTTST_None, PTTST_RandomStatic, PTTST_RandomDynamic, PTTST_Linear, PTTST_PointLife |
Inherited Enumerations from Core.Object |
---|
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
Structures Summary | ||
---|---|---|
ParticleTrailData Location, Color, Size, DoubleDummy1, DoubleDummy2 | ||
ParticleTrailInfo TrailIndex, NumPoints, LastLocation, LastEmitterLocation |
Inherited Structures from Engine.ParticleEmitter |
---|
Particle, ParticleColorScale, ParticleRevolutionScale, ParticleSound, ParticleTimeScale, ParticleVelocityScale |
Inherited Structures from Core.Object |
---|
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
Functions Summary | ||
---|---|---|
ResetTrail () |
Inherited Functions from Engine.ParticleEmitter |
---|
Reset, SpawnParticle, Trigger |
Variables Detail |
---|
Enumerations Detail |
---|
PTTST_None, PTTST_RandomStatic, PTTST_RandomDynamic, PTTST_Linear, PTTST_PointLife};
Structures Detail |
---|
var color Color;};
var int DoubleDummy1;
var int DoubleDummy2;
var vector Location;
var float Size;
var vector LastEmitterLocation;};
var vector LastLocation;
var int NumPoints;
var int TrailIndex;
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { MaxPointsPerTrail=30 DistanceThreshold=2.000000 MaxTrailTwistAngle=16384 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |