Cogs.Core
Public Attributes | List of all members
Cogs::Core::GhostData Struct Reference

Public Attributes

std::unique_ptr< btPairCachingGhostObject > collisionObject
 
btCollisionShape * collisionShape
 
std::unique_ptr< SharedRigidBodyDatashared
 
glm::vec3 scale
 

Detailed Description

Definition at line 19 of file GhostSystem.h.

Member Data Documentation

◆ collisionObject

std::unique_ptr<btPairCachingGhostObject> Cogs::Core::GhostData::collisionObject

Definition at line 21 of file GhostSystem.h.

◆ collisionShape

btCollisionShape* Cogs::Core::GhostData::collisionShape

Definition at line 22 of file GhostSystem.h.

◆ scale

glm::vec3 Cogs::Core::GhostData::scale

Definition at line 25 of file GhostSystem.h.

◆ shared

std::unique_ptr<SharedRigidBodyData> Cogs::Core::GhostData::shared

Definition at line 24 of file GhostSystem.h.


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