ObjectManipulatorMigrationHandler.Migrate(GameObject) Method
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.
Applies migration to gameObject
public:
virtual void Migrate(UnityEngine::GameObject ^ gameObject);
public void Migrate (UnityEngine.GameObject gameObject);
abstract member Migrate : UnityEngine.GameObject -> unit
override this.Migrate : UnityEngine.GameObject -> unit
Public Sub Migrate (gameObject As GameObject)
Parameters
- gameObject
- UnityEngine.GameObject