2D Engine v0.1.0
Loading...
Searching...
No Matches
TransformComponent Struct Reference

Transform Component. More...

#include <Components.hpp>

Collaboration diagram for TransformComponent:
Collaboration graph

Public Attributes

float x {0.0f}
 
float y {0.0f}
 
bool hasParent {false}
 

Detailed Description

Transform Component.

Member Data Documentation

◆ hasParent

bool TransformComponent::hasParent {false}

◆ x

float TransformComponent::x {0.0f}

◆ y

float TransformComponent::y {0.0f}

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