Function AstarPathEditor.FullyDefinedVersion
FullyDefinedVersion
(System.Version v)
Returns a version with all fields fully defined.
Public
Static
System.Version FullyDefinedVersion (
System.Version | v |
Returns a version with all fields fully defined.
This is used because by default new Version(3,0,0) > new Version(3,0). This is not the desired behaviour so we make sure that all fields are defined here