Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ParticlePropertyStruct< T > Struct Template Reference

#include <part_emt.h>

Public Attributes

Start
 
Rand
 
unsigned int NumKeyFrames
 
float * KeyTimes
 
T * Values
 

Detailed Description

template<class T>
struct ParticlePropertyStruct< T >

Definition at line 62 of file part_emt.h.

Member Data Documentation

◆ KeyTimes

template<class T>
float* ParticlePropertyStruct< T >::KeyTimes

Definition at line 66 of file part_emt.h.

◆ NumKeyFrames

template<class T>
unsigned int ParticlePropertyStruct< T >::NumKeyFrames

Definition at line 65 of file part_emt.h.

◆ Rand

template<class T>
T ParticlePropertyStruct< T >::Rand

Definition at line 64 of file part_emt.h.

◆ Start

template<class T>
T ParticlePropertyStruct< T >::Start

Definition at line 63 of file part_emt.h.

◆ Values

template<class T>
T* ParticlePropertyStruct< T >::Values

Definition at line 67 of file part_emt.h.


The documentation for this struct was generated from the following files: