Hymn to Beauty
C++ 3D Engine
Component Namespace Reference

Classes

class  Camera
 Component handling a camera through which the world can be rendered. More...
 
class  DirectionalLight
 Component describing a directional light source (like the sun). More...
 
class  Listener
 Component describing a listener that can listen to sounds. More...
 
class  Material
 Component providing a material to Entity. More...
 
class  Mesh
 Component providing geometry to an entity. More...
 
class  PointLight
 Component describing a point light. More...
 
class  RigidBody
 Component that allows interacting with other physics components. More...
 
class  Script
 Component controlled by a script. More...
 
class  Shape
 
class  SoundSource
 Component describing a sound source. More...
 
class  SpotLight
 Component describing a spot light. More...
 
class  Sprite
 Component defining a 2D sprite. More...
 
class  SuperComponent
 Component which all components inherit. More...
 
class  Trigger
 Component defining a trigger event. More...