![]() |
BomberUnits
...a Unity learning project
|
Provides an RPC target for things to be destroyed by the master. More...
Inheritance diagram for PhotonDestructor:
Collaboration diagram for PhotonDestructor:Public Member Functions | |
| void | DestroyFromMaster () |
Public Attributes | |
| bool | isDestroyed = false |
Private Member Functions | |
| void | DestroyAsMasterRPC () |
Provides an RPC target for things to be destroyed by the master.
Users can simply call the DestroyFromMaster function to have the RPC raised automatically.
Definition at line 9 of file PhotonDestructor.cs.