Class BoundsControlMigrationHandler
Migration handler for migrating bounding box gameobjects to bounds control gameobjects.
Namespace: Microsoft.MixedReality.Toolkit.Experimental.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class BoundsControlMigrationHandler : IMigrationHandler
Methods
CanMigrate(GameObject)
Declaration
public bool CanMigrate(GameObject gameObject)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | gameObject |
Returns
| Type | Description |
|---|---|
| Boolean |
Migrate(GameObject)
Declaration
public void Migrate(GameObject gameObject)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | gameObject |