mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Expose TileMapLayer
This commit is contained in:
parent
7d151c8381
commit
3cd4b2859c
21 changed files with 1626 additions and 996 deletions
|
|
@ -152,6 +152,9 @@ private:
|
|||
void _notify_transform_deferred();
|
||||
|
||||
protected:
|
||||
virtual void _update_self_texture_repeat(RS::CanvasItemTextureRepeat p_texture_repeat);
|
||||
virtual void _update_self_texture_filter(RS::CanvasItemTextureFilter p_texture_filter);
|
||||
|
||||
_FORCE_INLINE_ void _notify_transform() {
|
||||
_notify_transform(this);
|
||||
if (is_inside_tree() && !block_transform_notify && notify_local_transform) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue