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()

문자열로 변환

toString(): string;

반환 값