GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields | Static Public Attributes
radix::PhysicsSystem::CollisionRemovedEvent Struct Reference

#include <external/RadixEngine/include/radix/system/PhysicsSystem.hpp>

Inherits radix::Event.

Public Member Functions

const EventTypeName getTypeName () const
 
const EventType getType () const
 
 CollisionRemovedEvent (CollisionInfo &info, BaseGame *game)
 

Data Fields

CollisionInfoinfo
 
BaseGamegame
 

Static Public Attributes

static constexpr
StaticEventTypeName 
TypeName = "radix/PhysicsSystem:CollisionRemoved"
 
static constexpr StaticEventType Type = TypeNameHash(TypeName)
 

Additional Inherited Members

- Static Public Member Functions inherited from radix::Event
static constexpr EventType TypeNameHash (StaticEventTypeName etn)
 

Constructor & Destructor Documentation

radix::PhysicsSystem::CollisionRemovedEvent::CollisionRemovedEvent ( CollisionInfo info,
BaseGame game 
)
inline

Member Function Documentation

const EventType radix::PhysicsSystem::CollisionRemovedEvent::getType ( ) const
inlinevirtual

Implements radix::Event.

const EventTypeName radix::PhysicsSystem::CollisionRemovedEvent::getTypeName ( ) const
inlinevirtual

Implements radix::Event.

Field Documentation

BaseGame* radix::PhysicsSystem::CollisionRemovedEvent::game
CollisionInfo& radix::PhysicsSystem::CollisionRemovedEvent::info
constexpr StaticEventType radix::PhysicsSystem::CollisionRemovedEvent::Type = TypeNameHash(TypeName)
static
constexpr StaticEventTypeName radix::PhysicsSystem::CollisionRemovedEvent::TypeName = "radix/PhysicsSystem:CollisionRemoved"
static

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