Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Member Functions | Public Attributes | List of all members
core::map::weather::snow::Snowflake Struct Reference

Public Member Functions

 Snowflake ()=default
 
 Snowflake (const sf::FloatRect &area)
 

Public Attributes

glm::vec2 pos
 
glm::vec2 vel
 
float height
 

Detailed Description

Definition at line 30 of file Snow.cpp.

Constructor & Destructor Documentation

◆ Snowflake() [1/2]

core::map::weather::snow::Snowflake::Snowflake ( )
default

◆ Snowflake() [2/2]

core::map::weather::snow::Snowflake::Snowflake ( const sf::FloatRect &  area)
inline

Definition at line 37 of file Snow.cpp.

Member Data Documentation

◆ height

float core::map::weather::snow::Snowflake::height

Definition at line 33 of file Snow.cpp.

◆ pos

glm::vec2 core::map::weather::snow::Snowflake::pos

Definition at line 31 of file Snow.cpp.

◆ vel

glm::vec2 core::map::weather::snow::Snowflake::vel

Definition at line 32 of file Snow.cpp.


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