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

Public Member Functions

 GpuSnowflake ()=default
 
GpuSnowflakeoperator= (const Snowflake &drop)
 

Public Attributes

glm::vec2 pos
 
float height
 
float padding
 

Detailed Description

Definition at line 46 of file Snow.cpp.

Constructor & Destructor Documentation

◆ GpuSnowflake()

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

Member Function Documentation

◆ operator=()

GpuSnowflake& core::map::weather::snow::GpuSnowflake::operator= ( const Snowflake drop)
inline

Definition at line 53 of file Snow.cpp.

Member Data Documentation

◆ height

float core::map::weather::snow::GpuSnowflake::height

Definition at line 48 of file Snow.cpp.

◆ padding

float core::map::weather::snow::GpuSnowflake::padding

Definition at line 49 of file Snow.cpp.

◆ pos

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

Definition at line 47 of file Snow.cpp.


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