Photon Fusion
1.1.13
Translates INetworkInput structs and represents them in Fusions's unsafe allocated memory. More...
Public Member Functions | |
| bool | TryGet< T > (out T input) |
| Tries to export data as the indicated T INetworkInput struct. More... | |
| bool | TrySet< T > (T input) |
| Tries to import data from a INetworkInput struct. More... | |
Properties | |
| int *? | Data [get] |
| Returns pointer to the INetworkInput struct data in memory. More... | |
Translates INetworkInput structs and represents them in Fusions's unsafe allocated memory.
| bool TryGet< T > | ( | out T | input | ) |
Tries to export data as the indicated T INetworkInput struct.
| T | : | unmanaged | |
| T | : | INetworkInput |
| bool TrySet< T > | ( | T | input | ) |
Tries to import data from a INetworkInput struct.
| T | : | unmanaged | |
| T | : | INetworkInput |
|
get |
Returns pointer to the INetworkInput struct data in memory.