Urho3D
Public Attributes | List of all members
Urho3D::Billboard Struct Reference

One billboard in the billboard set. @nocount. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Graphics/BillboardSet.h>

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. @nocount.


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