Table of Contents

Class UnityPackage

Namespace
easyar
Assembly
EasyAR.Sense.dll

Tool for obtaining package information.

public sealed class UnityPackage
Inheritance
UnityPackage

Fields

DisplayName

Name displayed in the Unity editor.

public const string DisplayName = "EasyAR Sense Unity Plugin"

Name

Package identifier name.

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

Version

Package version number.

public const string Version = "4001.0.0+4903.88c5ea80f"

Properties

ParsedVersion

Parsed package version.

public static Version ParsedVersion { get; }