Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::GizmoHandleComponent Class Reference

#include <GizmoHandleComponent.hpp>

Inheritance diagram for shkyera::GizmoHandleComponent:
[legend]

Public Types

enum class  Direction { X , Y , Z , ANY }
 

Public Member Functions

 GizmoHandleComponent ()=default
 
 GizmoHandleComponent (Direction dir)
 
- Public Member Functions inherited from shkyera::BaseComponent< GizmoHandleComponent >
virtual ~BaseComponent ()=default
 Virtual destructor for proper cleanup.
 

Public Attributes

Direction direction = Direction::ANY
 

Member Enumeration Documentation

◆ Direction

Enumerator
ANY 

Constructor & Destructor Documentation

◆ GizmoHandleComponent() [1/2]

shkyera::GizmoHandleComponent::GizmoHandleComponent ( )
default

◆ GizmoHandleComponent() [2/2]

shkyera::GizmoHandleComponent::GizmoHandleComponent ( Direction  dir)
inline

Member Data Documentation

◆ direction

Direction shkyera::GizmoHandleComponent::direction = Direction::ANY

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