Class AuthorInfo
Inherited Members
Namespace: UnityEditor.PackageManager
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class AuthorInfo
Properties
| Improve this Doc View SourceDeclaration
public string email { get; }
Property Value
Type | Description |
---|---|
String |
name
Declaration
public string name { get; }
Property Value
Type | Description |
---|---|
String |
url
Declaration
public string url { get; }
Property Value
Type | Description |
---|---|
String |