U3D
Open-source, cross-platform 2D and 3D game engine built in C++
|
List of typed resource references. More...
#include </var/dev/u3d/stable/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.