Highroad Engine v1.3
Public Member Functions | Public Attributes | Protected Attributes | List of all members
MoreMountains.Tools.MMTilemapCleaner Class Reference

A super simple component you can add to a tilemap to get a button to clean it from all tiles More...

Inheritance diagram for MoreMountains.Tools.MMTilemapCleaner:

Public Member Functions

virtual void Clean ()
 Cleans all tiles on the corresponding tilemap More...
 
virtual void CleanAllChildren ()
 Cleans all tiles on all tilemaps that are set as children of this object More...
 

Public Attributes

bool CleanButton
 Debug buttons. More...
 
bool CleanAllButton
 

Protected Attributes

Tilemap _tilemap
 
Tilemap[] _tilemaps
 

Detailed Description

A super simple component you can add to a tilemap to get a button to clean it from all tiles

Member Function Documentation

◆ Clean()

virtual void MoreMountains.Tools.MMTilemapCleaner.Clean ( )
virtual

Cleans all tiles on the corresponding tilemap

◆ CleanAllChildren()

virtual void MoreMountains.Tools.MMTilemapCleaner.CleanAllChildren ( )
virtual

Cleans all tiles on all tilemaps that are set as children of this object

Member Data Documentation

◆ _tilemap

Tilemap MoreMountains.Tools.MMTilemapCleaner._tilemap
protected

◆ _tilemaps

Tilemap [] MoreMountains.Tools.MMTilemapCleaner._tilemaps
protected

◆ CleanAllButton

bool MoreMountains.Tools.MMTilemapCleaner.CleanAllButton

◆ CleanButton

bool MoreMountains.Tools.MMTilemapCleaner.CleanButton

Debug buttons.


The documentation for this class was generated from the following file: