 | UnityVersion Constructor |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic UnityVersion(
int major,
int minor,
int maintenance
)
Parameters
- major
- Type: SystemInt32
Major. - minor
- Type: SystemInt32
Minor. - maintenance
- Type: SystemInt32
Maintenance.
See Also