IMigrationHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface defining a migration handler, which is used to migrate assets as they upgrade to new versions of MRTK.
public interface class IMigrationHandler
public interface IMigrationHandler
type IMigrationHandler = interface
Public Interface IMigrationHandler
- Derived
Methods
CanMigrate(GameObject) |
Returns true if this migration handler can apply a migration to gameObject |
Migrate(GameObject) |
Applies migration to gameObject |