Struct Meta
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: AssetRipper.Export.UnityProjects.dll
public readonly struct Meta
Constructors
|
Improve this Doc
View Source
Declaration
public Meta(UnityGuid guid, IUnityObjectBase importer)
Parameters
|
Improve this Doc
View Source
Declaration
public Meta(UnityGuid guid, IUnityObjectBase importer, bool hasLicense)
Parameters
Type |
Name |
Description |
UnityGuid |
guid |
|
IUnityObjectBase |
importer |
|
System.Boolean |
hasLicense |
|
|
Improve this Doc
View Source
Declaration
public Meta(UnityGuid guid, IUnityObjectBase importer, bool hasLicense, bool isFolder)
Parameters
Type |
Name |
Description |
UnityGuid |
guid |
|
IUnityObjectBase |
importer |
|
System.Boolean |
hasLicense |
|
System.Boolean |
isFolder |
|
Fields
|
Improve this Doc
View Source
Declaration
public const string FileFormatVersionName = "fileFormatVersion"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string FolderAssetName = "folderAsset"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string GuidName = "guid"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string LicenseTypeName = "licenseType"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string TimeCreatedName = "timeCreated"
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
Declaration
public readonly UnityGuid GUID { get; }
Property Value
Type |
Description |
UnityGuid |
|
|
Improve this Doc
View Source
Declaration
public readonly bool HasLicenseData { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public readonly IUnityObjectBase Importer { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly bool IsFolderAsset { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Declaration
public readonly YamlDocument ExportYamlDocument(IExportContainer container)
Parameters
Returns