Gah - a solution with more questions. – EntropicLqd
UE2:SpriteParticleTemplate (U2XMP)
Object >> ParticleTemplate >> SpriteParticleTemplate |
- Package:
- ParticleSystems
- Within class:
- ParticleGenerator
- Direct subclasses:
- ParticleDecalTemplate, Sprite3DParticleTemplate, ViewVelocityScaledParticleTemplate, WetWindshildParticleTemplate
- This class in other games:
- U2
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
$Author: Aleiby $ $Date: 9/11/02 2:16a $ $Revision: 9 $ Name: SpriteParticleTemplate.uc Author: Aaron R Leiby Date: 9 March 2000 Description: How to use this class:
Properties[edit]
Property group 'Corona'[edit]
bAnimateCorona[edit]
Type: bool
Linearly iterates across corona indices over lifespan of particle.
bCoronaFadeAlphaOnly[edit]
Type: bool
bRandomCorona[edit]
Type: bool
Randomly select indices from the corona array.
Corona[edit]
Type: Material
CoronaArray[edit]
Type: TextureArray
CoronaIndices[edit]
CoronaOcclude[edit]
Type: bool
CoronaScale[edit]
Type: float
relative to base sprite size.
CoronaScaleGlow[edit]
Type: float
relative to base sprite alpha.
CoronaStyle[edit]
Type: ParticleTemplate.EDrawStyle
CoronaTraceRate[edit]
Type: float
Default value: 0.15
Property group 'SpriteParticleTemplate'[edit]
bAnimateSprite[edit]
Type: bool
Modifiers: public
Linearly iterates across sprite indices over lifespan of particle.
bFadeAlphaOnly[edit]
Type: bool
Modifiers: public
Don't fade out RGB values.
bRandomSprite[edit]
Type: bool
Modifiers: public
Randomly select indices from the sprite array.
InitialAlpha[edit]
Type: Object.Range
Modifiers: public
Default value:
Member | Value |
---|---|
A | 1.0 |
B | 1.0 |
InitialSize[edit]
Type: Object.Range
Modifiers: public
Default value:
Member | Value |
---|---|
A | 30.0 |
B | 30.0 |
Sprite[edit]
Type: Material
Modifiers: public
SpriteArray[edit]
Type: TextureArray
Modifiers: public
SpriteIndices[edit]
Modifiers: public
Style[edit]
Type: ParticleTemplate.EDrawStyle
Modifiers: public
Internal variables[edit]
CoronaIndex[edit]
Type: int
current corona index (used internally for linear corona iteration).
SpriteIndex[edit]
Type: int
Modifiers: public
current sprite index (used internally for linear sprite iteration).
Default values[edit]
Property | Value |
---|---|
ParticleType | "SpriteParticle" |