Cogs.Core
|
Shows information about last picking. More...
#include <EditorState.h>
Public Member Functions | |
void | clear () |
Clear Picking information. | |
Public Attributes | |
EntityId | rootId = NoEntity |
Root entity ID. | |
std::string | details |
Pick details. AssetTag. | |
std::string | pickId |
Pick details. Picked Texture ID. | |
std::string | assetRootGroupName |
Asset root name (Name of root Group node from rvmparser - grandchild). | |
std::string | boundingBox |
Shows information about last picking.
Definition at line 49 of file EditorState.h.
|
inline |
Clear Picking information.
Definition at line 66 of file EditorState.h.
References assetRootGroupName, details, pickId, and rootId.
std::string Cogs::Core::LastPickState::assetRootGroupName |
Asset root name (Name of root Group node from rvmparser - grandchild).
Definition at line 60 of file EditorState.h.
Referenced by clear().
std::string Cogs::Core::LastPickState::boundingBox |
Definition at line 63 of file EditorState.h.
std::string Cogs::Core::LastPickState::details |
std::string Cogs::Core::LastPickState::pickId |
Pick details. Picked Texture ID.
Definition at line 57 of file EditorState.h.
Referenced by clear().
EntityId Cogs::Core::LastPickState::rootId = NoEntity |