Class ObjectManipulatorMigrationHandler
Interface defining a migration handler, which is used to migrate assets as they upgrade to new versions of MRTK.
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class ObjectManipulatorMigrationHandler : 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 |