Axmol Engine 2.4.0-258ceca
|
This is the complete list of members for Properties, including all inherited members.
createNonRefCounted(std::string_view url) | Properties | static |
exists(const char *name) const | Properties | |
getBool(const char *name=NULL, bool defaultValue=false) const | Properties | |
getColor(const char *name, Vec3 *out) const | Properties | |
getColor(const char *name, Vec4 *out) const | Properties | |
getFloat(const char *name=NULL) const | Properties | |
getId() const | Properties | |
getInt(const char *name=NULL) const | Properties | |
getMat4(const char *name, Mat4 *out) const | Properties | |
getNamespace(std::string_view id, bool searchNames=false, bool recurse=true) const | Properties | |
getNamespace() const | Properties | |
getNextNamespace() | Properties | |
getNextProperty() | Properties | |
getPath(const char *name, std::string *path) const | Properties | |
getQuaternionFromAxisAngle(const char *name, Quaternion *out) const | Properties | |
getString(const char *name=NULL, const char *defaultValue=NULL) const | Properties | |
getType(const char *name=NULL) const | Properties | |
getVariable(const char *name, const char *defaultValue=NULL) const | Properties | |
getVec2(const char *name, Vec2 *out) const | Properties | |
getVec3(const char *name, Vec3 *out) const | Properties | |
getVec4(const char *name, Vec4 *out) const | Properties | |
parseAxisAngle(const char *str, Quaternion *out) | Properties | static |
parseColor(const char *str, Vec3 *out) | Properties | static |
parseColor(const char *str, Vec4 *out) | Properties | static |
parseVec2(const char *str, Vec2 *out) | Properties | static |
parseVec3(const char *str, Vec3 *out) | Properties | static |
parseVec4(const char *str, Vec4 *out) | Properties | static |
rewind() | Properties | |
setString(const char *name, const char *value) | Properties | |
setVariable(const char *name, const char *value) | Properties | |
Type enum name | Properties | |
~Properties() | Properties |