IMigrationHandler Interface

Definition

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

Applies to