Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
ParticleAssetField::DataKey Struct Reference

Data Key Node. More...

#include <ParticleAssetField.h>

Public Member Functions

 DataKey ()
 
 DataKey (const F32 time, const F32 value)
 
bool operator== (const DataKey &dataKey) const
 
bool operator!= (const DataKey &dataKey) const
 

Public Attributes

F32 mTime
 
F32 mValue
 

Detailed Description

Data Key Node.

Constructor & Destructor Documentation

DataKey ( )
inline
DataKey ( const F32  time,
const F32  value 
)
inline

Member Function Documentation

bool operator!= ( const DataKey dataKey) const
inline
bool operator== ( const DataKey dataKey) const
inline

Member Data Documentation

F32 mTime
F32 mValue

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