Rumba C++ SDK
maquina::PickingResult Struct Reference

#include <RenderablePlugin.h>

Public Member Functions

 PickingResult ()=default
 
 PickingResult (const std::string &path, float depth)
 
bool empty () const
 

Public Attributes

std::string node_delegate_path
 
float normalized_depth
 

Constructor & Destructor Documentation

◆ PickingResult() [1/2]

maquina::PickingResult::PickingResult ( )
default

◆ PickingResult() [2/2]

maquina::PickingResult::PickingResult ( const std::string &  path,
float  depth 
)
inline

Member Function Documentation

◆ empty()

bool maquina::PickingResult::empty ( ) const
inline

Member Data Documentation

◆ node_delegate_path

std::string maquina::PickingResult::node_delegate_path

◆ normalized_depth

float maquina::PickingResult::normalized_depth

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