Unity.Networking.Transport.IValidatableNetworkParameter
Interface for adding validation capabilities to the INetworkParameter.
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: transport.dll#
Syntax#
Validate()Checks if the values for all fields are valid. This method will be automatically called when adding a paramter to the NetworkSettings.
#
Declaration#
ReturnsType | Description |
---|---|
System.Boolean | Returns true if the parameter is valid. |