i6engine  1.0
i6e::api::graphics::Graphics_SkyPlane_Create Struct Reference

creates sky plane More...

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

Public Member Functions

 Graphics_SkyPlane_Create (const std::string &m, double d, int32_t dir, int32_t s, double t, bool r, double c, int32_t x, int32_t y)
 
Graphics_SkyPlane_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 material
 
double distance
 
int32_t direction
 
int32_t size
 
double tiles
 
bool renderFirst
 
double curvature
 
int32_t xSegments
 
int32_t ySegments
 
- Public Attributes inherited from i6e::core::MessageStruct
int64_t _id
 
IPKey _sender
 
int64_t _waitForId
 

Detailed Description

creates sky plane

Definition at line 626 of file GraphicsConfig.h.

Constructor & Destructor Documentation

i6e::api::graphics::Graphics_SkyPlane_Create::Graphics_SkyPlane_Create ( const std::string &  m,
double  d,
int32_t  dir,
int32_t  s,
double  t,
bool  r,
double  c,
int32_t  x,
int32_t  y 
)

Member Function Documentation

Graphics_SkyPlane_Create* i6e::api::graphics::Graphics_SkyPlane_Create::copy ( )
inlinevirtual

Copy method returning an exact copy of itself.

Returns
Copy of itself.

Reimplemented from i6e::core::MessageStruct.

Definition at line 637 of file GraphicsConfig.h.

Member Data Documentation

double i6e::api::graphics::Graphics_SkyPlane_Create::curvature

Definition at line 633 of file GraphicsConfig.h.

int32_t i6e::api::graphics::Graphics_SkyPlane_Create::direction

Definition at line 629 of file GraphicsConfig.h.

double i6e::api::graphics::Graphics_SkyPlane_Create::distance

Definition at line 628 of file GraphicsConfig.h.

std::string i6e::api::graphics::Graphics_SkyPlane_Create::material

Definition at line 627 of file GraphicsConfig.h.

bool i6e::api::graphics::Graphics_SkyPlane_Create::renderFirst

Definition at line 632 of file GraphicsConfig.h.

int32_t i6e::api::graphics::Graphics_SkyPlane_Create::size

Definition at line 630 of file GraphicsConfig.h.

double i6e::api::graphics::Graphics_SkyPlane_Create::tiles

Definition at line 631 of file GraphicsConfig.h.

int32_t i6e::api::graphics::Graphics_SkyPlane_Create::xSegments

Definition at line 634 of file GraphicsConfig.h.

int32_t i6e::api::graphics::Graphics_SkyPlane_Create::ySegments

Definition at line 635 of file GraphicsConfig.h.


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