Rebel Fork Framework
Urho3D::ResourceRefList Struct Reference

List of typed resource references. More...

#include <Urho3D/Core/Variant.h>

Public Member Functions

 ResourceRefList ()=default
 Construct.
 
 ResourceRefList (StringHash type)
 Construct with type only.
 
 ResourceRefList (StringHash type, const StringVector &names)
 Construct with type and id list.
 
unsigned ToHash () const
 Return hash value for HashSet & HashMap.
 
bool operator== (const ResourceRefList &rhs) const
 Test for equality with another reference list.
 
bool operator!= (const ResourceRefList &rhs) const
 Test for inequality with another reference list.
 

Public Attributes

StringHash type_
 Object type.
 
StringVector names_
 List of object names.
 

Detailed Description

List of typed resource references.


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