class_largetexture - dragonsoulz/godot GitHub Wiki
LargeTexture
####Inherits: Texture ####Category: Core
Brief Description
Member Functions
- int add_piece ( Vector2 ofs, Texture texture )
- void set_piece_offset ( int idx, Vector2 ofs )
- void set_piece_texture ( int idx, Texture texture )
- void set_size ( Vector2 size )
- void clear ( )
- int get_piece_count ( ) const
- Vector2 get_piece_offset ( int idx ) const
- Texture get_piece_texture ( int idx ) const