Rebel Fork Framework
Urho3D::PackedNodeComponentData Class Reference

Packed nodes and components. More...

#include <Urho3D/Utility/PackedSceneData.h>

Public Member Functions

bool HasNodes () const
 
const ea::vector< PackedNodeData > & GetNodes () const
 
bool HasComponents () const
 
const ea::vector< PackedComponentData > & GetComponents () const
 
bool HasNodesOrComponents () const
 

Static Public Member Functions

template<class Iter >
static PackedNodeComponentData FromNodes (Iter begin, Iter end)
 Pack nodes.
 
template<class Iter >
static PackedNodeComponentData FromComponents (Iter begin, Iter end)
 Pack components.
 

Private Attributes

ea::vector< PackedNodeDatanodes_
 
ea::vector< PackedComponentDatacomponents_
 

Detailed Description

Packed nodes and components.

Member Function Documentation

◆ HasNodes()

bool Urho3D::PackedNodeComponentData::HasNodes ( ) const
inline

Return contents


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