Urho3D
|
List of typed resource references. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/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. | |
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. | |
List of typed resource references.