Class ButtonConfigHelperMigrationHandler
Migration handler for migrating buttons with custom icons to the button config helper.
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class ButtonConfigHelperMigrationHandler : IMigrationHandler
Methods
CanMigrate(GameObject)
Returns true if this migration handler can apply a migration to gameObject
Declaration
public bool CanMigrate(GameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
GameObject | gameObject |
Returns
Type | Description |
---|---|
Boolean |
Migrate(GameObject)
Applies migration to gameObject
Declaration
public void Migrate(GameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
GameObject | gameObject |