Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Classes | Macros | Variables
OOFlashEffectEntity.m File Reference
import "OOFlashEffectEntity.h"
import "Universe.h"
import "PlayerEntity.h"
import "OOColor.h"
import "OOTexture.h"
import "OOGraphicsResetManager.h"
+ Include dependency graph for OOFlashEffectEntity.m:

Go to the source code of this file.

Classes

category  OOFlashEffectEntity(Private)
 

Macros

#define kLaserFlashDuration   0.3f
 
#define kExplosionFlashDuration   0.4f
 
#define kGrowthRateFactor   150.0f
 
#define kMinExplosionGrowth   600.0f
 
#define kLaserFlashInitialSize   1.0f
 
#define kExplosionFlashAlpha   0.5f
 

Variables

static OOTexturesFlashTexture = nil
 

Macro Definition Documentation

◆ kExplosionFlashAlpha

#define kExplosionFlashAlpha   0.5f

Definition at line 39 of file OOFlashEffectEntity.m.

◆ kExplosionFlashDuration

#define kExplosionFlashDuration   0.4f

Definition at line 35 of file OOFlashEffectEntity.m.

◆ kGrowthRateFactor

#define kGrowthRateFactor   150.0f

Definition at line 36 of file OOFlashEffectEntity.m.

◆ kLaserFlashDuration

#define kLaserFlashDuration   0.3f

Definition at line 34 of file OOFlashEffectEntity.m.

◆ kLaserFlashInitialSize

#define kLaserFlashInitialSize   1.0f

Definition at line 38 of file OOFlashEffectEntity.m.

◆ kMinExplosionGrowth

#define kMinExplosionGrowth   600.0f

Definition at line 37 of file OOFlashEffectEntity.m.

Variable Documentation

◆ sFlashTexture

OOTexture* sFlashTexture = nil
static

Definition at line 41 of file OOFlashEffectEntity.m.