Bearbeiten

ObjectManipulatorMigrationHandler Class

Definition

Interface defining a migration handler, which is used to migrate assets as they upgrade to new versions of MRTK.

public ref class ObjectManipulatorMigrationHandler : Microsoft::MixedReality::Toolkit::Utilities::IMigrationHandler
public class ObjectManipulatorMigrationHandler : Microsoft.MixedReality.Toolkit.Utilities.IMigrationHandler
type ObjectManipulatorMigrationHandler = class
    interface IMigrationHandler
Public Class ObjectManipulatorMigrationHandler
Implements IMigrationHandler
Inheritance
ObjectManipulatorMigrationHandler
Implements

Constructors

ObjectManipulatorMigrationHandler()

Methods

CanMigrate(GameObject)

Returns true if this migration handler can apply a migration to gameObject

Migrate(GameObject)

Applies migration to gameObject

Applies to