NetworkInput Struct More...
Public Member Functions | |
bool | Convert (Type type) |
bool | Convert< T > () |
Converts the Type of this INetworkInput to another type More... | |
T | Get< T > () |
Gets the content of this INetworkInput as another type More... | |
bool | Is< T > () |
Checks if this INetworkInput is of a certain type More... | |
bool | Set< T > (T value) |
Sets the content of this INetworkInput to another type More... | |
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 | |
uint * | Data [get] |
Data pointer of the NetworkInput More... | |
bool | IsValid [get] |
Signal if the NetworkInput is valid or not More... | |
Type | Type [get] |
Get the Type associated with this NetworkInput More... | |
int | WordCount [get] |
Number of Words for the NetworkInput More... | |
NetworkInput Struct
bool Convert< T > | ( | ) |
Converts the Type of this INetworkInput to another type
T | : | unmanaged | |
T | : | INetworkInput | |
T | : | Convert | |
T | : | typeof | |
T | : | T |
T Get< T > | ( | ) |
Gets the content of this INetworkInput as another type
T | : | unmanaged | |
T | : | INetworkInput |
bool Is< T > | ( | ) |
Checks if this INetworkInput is of a certain type
T | : | unmanaged | |
T | : | INetworkInput |
bool Set< T > | ( | T | value | ) |
Sets the content of this INetworkInput to another type
T | : | unmanaged | |
T | : | INetworkInput |
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 |
Data pointer of the NetworkInput
|
get |
Signal if the NetworkInput is valid or not
|
get |
Get the Type associated with this NetworkInput
|
get |
Number of Words for the NetworkInput