Table of Contents

Class Version

名前空間
easyar.ema

ema バージョン。

Version

解説

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.

プロパティ

build

get build(): number;

major

get major(): number;

メソッド

minor

get minor(): number;

戻り値

parse(version)

バージョン文字列を解析し、失敗時に例外をスローします

static parse(version: string): Version;

パラメーター

version

戻り値

toString()

string に変換

toString(): string;

戻り値