Torque2D Reference
Loading...
Searching...
No Matches
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() [1/2]

DataKey ( )
inline

◆ DataKey() [2/2]

DataKey ( const F32 time,
const F32 value )
inline

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ mTime

F32 mTime

◆ mValue

F32 mValue

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