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

Go to the source code of this file.

Classes

category  OOExplosionCloudEntity(OOPrivate)
 

Macros

#define kExplosionCloudDuration   0.9
 
#define kGrowthRateFactor   1.5f
 
#define kExplosionCloudAlpha   0.85f
 
#define kExplosionBrightnessMult   1.0f
 
#define kExplosionDefaultSize   2.5f
 

Variables

static NSString *const kExplosionAlpha = @"alpha"
 
static NSString *const kExplosionBrightness = @"brightness"
 
static NSString *const kExplosionColors = @"color_order"
 
static NSString *const kExplosionCount = @"count"
 
static NSString *const kExplosionDuration = @"duration"
 
static NSString *const kExplosionGrowth = @"growth_rate"
 
static NSString *const kExplosionSize = @"size"
 
static NSString *const kExplosionSpread = @"spread"
 
static NSString *const kExplosionTexture = @"texture"
 

Macro Definition Documentation

◆ kExplosionBrightnessMult

#define kExplosionBrightnessMult   1.0f

Definition at line 37 of file OOExplosionCloudEntity.m.

◆ kExplosionCloudAlpha

#define kExplosionCloudAlpha   0.85f

Definition at line 36 of file OOExplosionCloudEntity.m.

◆ kExplosionCloudDuration

#define kExplosionCloudDuration   0.9

Definition at line 34 of file OOExplosionCloudEntity.m.

◆ kExplosionDefaultSize

#define kExplosionDefaultSize   2.5f

Definition at line 38 of file OOExplosionCloudEntity.m.

◆ kGrowthRateFactor

#define kGrowthRateFactor   1.5f

Definition at line 35 of file OOExplosionCloudEntity.m.

Variable Documentation

◆ kExplosionAlpha

NSString* const kExplosionAlpha = @"alpha"
static

Definition at line 41 of file OOExplosionCloudEntity.m.

◆ kExplosionBrightness

NSString* const kExplosionBrightness = @"brightness"
static

Definition at line 42 of file OOExplosionCloudEntity.m.

◆ kExplosionColors

NSString* const kExplosionColors = @"color_order"
static

Definition at line 43 of file OOExplosionCloudEntity.m.

◆ kExplosionCount

NSString* const kExplosionCount = @"count"
static

Definition at line 44 of file OOExplosionCloudEntity.m.

◆ kExplosionDuration

NSString* const kExplosionDuration = @"duration"
static

Definition at line 45 of file OOExplosionCloudEntity.m.

◆ kExplosionGrowth

NSString* const kExplosionGrowth = @"growth_rate"
static

Definition at line 46 of file OOExplosionCloudEntity.m.

◆ kExplosionSize

NSString* const kExplosionSize = @"size"
static

Definition at line 47 of file OOExplosionCloudEntity.m.

◆ kExplosionSpread

NSString* const kExplosionSpread = @"spread"
static

Definition at line 48 of file OOExplosionCloudEntity.m.

◆ kExplosionTexture

NSString* const kExplosionTexture = @"texture"
static

Definition at line 49 of file OOExplosionCloudEntity.m.