Table of Contents

Class UnityPackage

Namespace
easyar
Assembly
EasyAR.Sense.dll

Tool for getting package information.

public sealed class UnityPackage
Inheritance
UnityPackage

Fields

DisplayName

Name displayed in the Unity editor.

public const string DisplayName = "EasyAR Sense Unity Plugin"

Field Value

Name

Package identifier name.

public const string Name = "com.easyar.sense"

Field Value

Version

Package version number.

public const string Version = "4000.0.1+4885.aaa733e51"

Field Value

Properties

ParsedVersion

Parsed package version.

public static Version ParsedVersion { get; }

Property Value