Urho3D::Billboard Struct Reference

One billboard in the billboard set. More...

#include <Urho3D/Graphics/BillboardSet.h>

Collaboration diagram for Urho3D::Billboard:
[legend]

Public Attributes

Vector3 position_
 Position.
 
Vector2 size_
 Two-dimensional size. If BillboardSet has fixed screen size enabled, this is measured in pixels instead of world units.
 
Rect uv_
 UV coordinates.
 
Color color_
 Color.
 
float rotation_
 Rotation.
 
Vector3 direction_
 Direction (For direction based billboard only).
 
bool enabled_
 Enabled flag.
 
float sortDistance_
 Sort distance. Used internally.
 
float screenScaleFactor_
 Scale factor for fixed screen size mode. Used internally.
 

Detailed Description

One billboard in the billboard set.


The documentation for this struct was generated from the following file:
  • Source/Urho3D/Graphics/BillboardSet.h