TileSetScenesCollectionSource

Inherits: TileSetSource < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

int

create_scene_tile ( PackedScene packed_scene, int id_override=-1 )

int

get_next_scene_tile_id ( ) const

bool

get_scene_tile_display_placeholder ( int id ) const

int

get_scene_tile_id ( int index )

PackedScene

get_scene_tile_scene ( int id ) const

int

get_scene_tiles_count ( )

bool

has_scene_tile_id ( int id )

void

remove_scene_tile ( int id )

void

set_scene_tile_display_placeholder ( int id, bool display_placeholder )

void

set_scene_tile_id ( int id, int new_id )

void

set_scene_tile_scene ( int id, PackedScene packed_scene )


Method Descriptions

int create_scene_tile ( PackedScene packed_scene, int id_override=-1 )

There is currently no description for this method. Please help us by contributing one!


int get_next_scene_tile_id ( ) const

There is currently no description for this method. Please help us by contributing one!


bool get_scene_tile_display_placeholder ( int id ) const

There is currently no description for this method. Please help us by contributing one!


int get_scene_tile_id ( int index )

There is currently no description for this method. Please help us by contributing one!


PackedScene get_scene_tile_scene ( int id ) const

There is currently no description for this method. Please help us by contributing one!


int get_scene_tiles_count ( )

There is currently no description for this method. Please help us by contributing one!


bool has_scene_tile_id ( int id )

There is currently no description for this method. Please help us by contributing one!


void remove_scene_tile ( int id )

There is currently no description for this method. Please help us by contributing one!


void set_scene_tile_display_placeholder ( int id, bool display_placeholder )

There is currently no description for this method. Please help us by contributing one!


void set_scene_tile_id ( int id, int new_id )

There is currently no description for this method. Please help us by contributing one!


void set_scene_tile_scene ( int id, PackedScene packed_scene )

There is currently no description for this method. Please help us by contributing one!