mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Change binding type of PlaceholderTexture2D.set/get_size to Vector2
This commit is contained in:
parent
8a98110e3e
commit
af845799da
@ -3386,7 +3386,7 @@ RID PlaceholderTexture2D::get_rid() const {
|
||||
void PlaceholderTexture2D::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("set_size", "size"), &PlaceholderTexture2D::set_size);
|
||||
|
||||
ADD_PROPERTY(PropertyInfo(Variant::VECTOR2I, "size", PROPERTY_HINT_NONE, "suffix:px"), "set_size", "get_size");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::VECTOR2, "size", PROPERTY_HINT_NONE, "suffix:px"), "set_size", "get_size");
|
||||
}
|
||||
|
||||
PlaceholderTexture2D::PlaceholderTexture2D() {
|
||||
|
Loading…
Reference in New Issue
Block a user