Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::LastPickState Struct Reference

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
 

Detailed Description

Shows information about last picking.

Definition at line 49 of file EditorState.h.

Member Function Documentation

◆ clear()

void Cogs::Core::LastPickState::clear ( )
inline

Clear Picking information.

Definition at line 66 of file EditorState.h.

References assetRootGroupName, details, pickId, and rootId.

Member Data Documentation

◆ assetRootGroupName

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().

◆ boundingBox

std::string Cogs::Core::LastPickState::boundingBox

Definition at line 63 of file EditorState.h.

◆ details

std::string Cogs::Core::LastPickState::details

Pick details. AssetTag.

Definition at line 54 of file EditorState.h.

Referenced by clear().

◆ pickId

std::string Cogs::Core::LastPickState::pickId

Pick details. Picked Texture ID.

Definition at line 57 of file EditorState.h.

Referenced by clear().

◆ rootId

EntityId Cogs::Core::LastPickState::rootId = NoEntity

Root entity ID.

Definition at line 51 of file EditorState.h.

Referenced by clear().


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