Merge pull request #1626 from ruffenman/remove-unimplemented-variant-functions
Remove unimplemented static variant functions 'blend' and 'interpolate'…pull/1635/head
commit
688ed4b388
|
@ -329,8 +329,6 @@ public:
|
||||||
bool booleanize() const;
|
bool booleanize() const;
|
||||||
String stringify() const;
|
String stringify() const;
|
||||||
Variant duplicate(bool deep = false) const;
|
Variant duplicate(bool deep = false) const;
|
||||||
static void blend(const Variant &a, const Variant &b, float c, Variant &r_dst);
|
|
||||||
static void interpolate(const Variant &a, const Variant &b, float c, Variant &r_dst);
|
|
||||||
|
|
||||||
static String get_type_name(Variant::Type type);
|
static String get_type_name(Variant::Type type);
|
||||||
static bool can_convert(Variant::Type from, Variant::Type to);
|
static bool can_convert(Variant::Type from, Variant::Type to);
|
||||||
|
|
Loading…
Reference in New Issue