Table of Contents

Class Version

Namespace
easyar.ema

Version ema version.

Version

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Version class.

Properties

build

build

get build(): number;

major

major

get major(): number;

Methods

minor

minor

get minor(): number;

Returns

parse(version)

Parse version string, throw exception on failure.

static parse(version: string): Version;

Parameters

version

Returns

toString()

Convert to string

toString(): string;

Returns