i6engine  1.0
i6e::api::audio::Audio_Node_Create Struct Reference

creates a new audio node More...

#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/configs/AudioConfig.h>

Public Member Functions

 Audio_Node_Create (int64_t c, const std::string &f, bool l, double m, const Vec3 &p, const Vec3 &d, bool ca, const std::string &cat)
 
Audio_Node_Createcopy ()
 Copy method returning an exact copy of itself. More...
 
- Public Member Functions inherited from i6e::core::MessageStruct
template<class Archive >
void serialize (Archive &ar, const unsigned int)
 
 MessageStruct ()
 Default constructor for MessageStruct. More...
 
 MessageStruct (const MessageStruct &other)
 Copy constructor for MessageStruct. More...
 
 MessageStruct (const int64_t id, const IPKey &send, const int64_t waitID)
 Constructor for MessageStruct. More...
 
 MessageStruct (int64_t id, int64_t waitID)
 
virtual ~MessageStruct ()
 Virtual destructor. More...
 
int64_t getID () const
 returns the id More...
 
int64_t getWaitID () const
 returns the waitForId More...
 

Public Attributes

std::string file
 
bool looping
 
double maxDist
 
Vec3 position
 
Vec3 direction
 
bool cacheable
 
std::string category
 
- Public Attributes inherited from i6e::core::MessageStruct
int64_t _id
 
IPKey _sender
 
int64_t _waitForId
 

Detailed Description

creates a new audio node

Definition at line 56 of file AudioConfig.h.

Constructor & Destructor Documentation

i6e::api::audio::Audio_Node_Create::Audio_Node_Create ( int64_t  c,
const std::string &  f,
bool  l,
double  m,
const Vec3 p,
const Vec3 d,
bool  ca,
const std::string &  cat 
)
inline

Definition at line 64 of file AudioConfig.h.

Member Function Documentation

Audio_Node_Create* i6e::api::audio::Audio_Node_Create::copy ( )
inlinevirtual

Copy method returning an exact copy of itself.

Returns
Copy of itself.

Reimplemented from i6e::core::MessageStruct.

Definition at line 66 of file AudioConfig.h.

Member Data Documentation

bool i6e::api::audio::Audio_Node_Create::cacheable

Definition at line 62 of file AudioConfig.h.

std::string i6e::api::audio::Audio_Node_Create::category

Definition at line 63 of file AudioConfig.h.

Vec3 i6e::api::audio::Audio_Node_Create::direction

Definition at line 61 of file AudioConfig.h.

std::string i6e::api::audio::Audio_Node_Create::file

Definition at line 57 of file AudioConfig.h.

bool i6e::api::audio::Audio_Node_Create::looping

Definition at line 58 of file AudioConfig.h.

double i6e::api::audio::Audio_Node_Create::maxDist

Definition at line 59 of file AudioConfig.h.

Vec3 i6e::api::audio::Audio_Node_Create::position

Definition at line 60 of file AudioConfig.h.


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