Hi,
simply create a "Object" class and store your plane struct inside, then you build the necessary custom actions to go with this.
WARNING: Unity Object do not get garbage collected like you would expect. If you plan on declaring such Object very often, you will have to call manually UnloadUnusedAssets to avoid memory leaks, especially on Mobile.
bye,
Jean