Translates INetworkInput structs and represents them in Fusions's unsafe allocated memory.
More...
|
int * | _ptr |
|
int | _wordCount |
|
|
int *? | Data [get] |
| Returns pointer to the INetworkInput struct data in memory. More...
|
|
int? | Type [get, set] |
|
bool | Valid [get] |
|
Translates INetworkInput structs and represents them in Fusions's unsafe allocated memory.
◆ TryGet< T >()
bool TryGet< T > |
( |
out T |
input | ) |
|
Tries to export data as the indicated T INetworkInput struct.
- Type Constraints
-
T | : | unmanaged | |
T | : | INetworkInput | |
◆ TrySet< T >()
bool TrySet< T > |
( |
T |
input | ) |
|
Tries to import data from a INetworkInput struct.
- Type Constraints
-
T | : | unmanaged | |
T | : | INetworkInput | |
◆ Data