TDME2 1.9.121
Static Public Member Functions | Public Attributes | List of all members
TransparentRenderPoint Struct Referencefinal

Transparent point to be rendered. More...

#include <tdme/engine/subsystems/rendering/TransparentRenderPoint.h>

Collaboration diagram for TransparentRenderPoint:
Collaboration graph

Static Public Member Functions

static bool compare (TransparentRenderPoint *point1, TransparentRenderPoint *point2)
 Compare. More...
 

Public Attributes

uint16_t spriteIndex
 
Vector3 point
 
Color4 color
 
int particleSystemType
 
void * particleSystem
 

Detailed Description

Transparent point to be rendered.

Author
Andreas Drewke
Version
$Id$

Definition at line 18 of file TransparentRenderPoint.h.

Member Function Documentation

◆ compare()

static bool compare ( TransparentRenderPoint point1,
TransparentRenderPoint point2 
)
inlinestatic

Compare.

Parameters
point1point 1
point2point 2

Definition at line 31 of file TransparentRenderPoint.h.

Member Data Documentation

◆ color

Color4 color

Definition at line 22 of file TransparentRenderPoint.h.

◆ particleSystem

void* particleSystem

Definition at line 24 of file TransparentRenderPoint.h.

◆ particleSystemType

int particleSystemType

Definition at line 23 of file TransparentRenderPoint.h.

◆ point

Vector3 point

Definition at line 21 of file TransparentRenderPoint.h.

◆ spriteIndex

uint16_t spriteIndex

Definition at line 20 of file TransparentRenderPoint.h.


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