Used to set the version of script assets.
scriptAsset.version.major = 3;scriptAsset.version.minor = 2;scriptAsset.version.patch = 1; Copy
scriptAsset.version.major = 3;scriptAsset.version.minor = 2;scriptAsset.version.patch = 1;
scriptAsset.version = new Editor.Assets.Version(1,2,3);
Optional
Major version number.
Minor version number.
Patch version number.
Optional prerelease label appended to the version (for example "alpha" or "beta").
Used to set the version of script assets.
Example