Kochol Game Engine  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kge::sn::AnimatedTextureParameters Struct Reference

#include <AnimatedTexture.h>

Public Member Functions

 AnimatedTextureParameters ()

Public Attributes

const char * textureName
const char * shaderName
math::Vector textureRect
unsigned int horizontalImages
unsigned int verticalImages
math::Vector size
gfx::Colorf initialColor
gfx::Colorf finalColor
float fDuration
float fAngularVelocity
gfx::Colorf middleColor
math::Vector middleSize
bool fixedAxis
bool positionOnly

Detailed Description

Definition at line 24 of file AnimatedTexture.h.

Constructor & Destructor Documentation

kge::sn::AnimatedTextureParameters::AnimatedTextureParameters ( )
inline

Definition at line 41 of file AnimatedTexture.h.

Member Data Documentation

float kge::sn::AnimatedTextureParameters::fAngularVelocity

Definition at line 35 of file AnimatedTexture.h.

float kge::sn::AnimatedTextureParameters::fDuration

Definition at line 34 of file AnimatedTexture.h.

gfx::Colorf kge::sn::AnimatedTextureParameters::finalColor

Definition at line 33 of file AnimatedTexture.h.

bool kge::sn::AnimatedTextureParameters::fixedAxis

Definition at line 38 of file AnimatedTexture.h.

unsigned int kge::sn::AnimatedTextureParameters::horizontalImages

Definition at line 29 of file AnimatedTexture.h.

gfx::Colorf kge::sn::AnimatedTextureParameters::initialColor

Definition at line 32 of file AnimatedTexture.h.

gfx::Colorf kge::sn::AnimatedTextureParameters::middleColor

Definition at line 36 of file AnimatedTexture.h.

math::Vector kge::sn::AnimatedTextureParameters::middleSize

Definition at line 37 of file AnimatedTexture.h.

bool kge::sn::AnimatedTextureParameters::positionOnly

Definition at line 39 of file AnimatedTexture.h.

const char* kge::sn::AnimatedTextureParameters::shaderName

Definition at line 27 of file AnimatedTexture.h.

math::Vector kge::sn::AnimatedTextureParameters::size

Definition at line 31 of file AnimatedTexture.h.

const char* kge::sn::AnimatedTextureParameters::textureName

Definition at line 26 of file AnimatedTexture.h.

math::Vector kge::sn::AnimatedTextureParameters::textureRect

Definition at line 28 of file AnimatedTexture.h.

unsigned int kge::sn::AnimatedTextureParameters::verticalImages

Definition at line 30 of file AnimatedTexture.h.


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