Class ButtonConfigHelperMigrationHandler
Migration handler for migrating buttons with custom icons to the button config helper.
Inheritance
ButtonConfigHelperMigrationHandler
Assembly: cs.temp.dll.dll
public class ButtonConfigHelperMigrationHandler : IMigrationHandler
Methods
Declaration
public bool CanMigrate(GameObject gameObject)
Parameters
Type |
Name |
Description |
GameObject |
gameObject |
|
Returns
Declaration
public void Migrate(GameObject gameObject)
Parameters
Type |
Name |
Description |
GameObject |
gameObject |
|
Implements