Show / Hide Table of Contents

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)
Namespace: AssetRipper.Export.UnityProjects
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public readonly struct Meta

Constructors

| Improve this Doc View Source

Meta(UnityGuid, IUnityObjectBase)

Declaration
public Meta(UnityGuid guid, IUnityObjectBase importer)
Parameters
Type Name Description
UnityGuid guid
IUnityObjectBase importer
| Improve this Doc View Source

Meta(UnityGuid, IUnityObjectBase, Boolean)

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

Meta(UnityGuid, IUnityObjectBase, Boolean, Boolean)

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

FileFormatVersionName

Declaration
public const string FileFormatVersionName = "fileFormatVersion"
Field Value
Type Description
System.String
| Improve this Doc View Source

FolderAssetName

Declaration
public const string FolderAssetName = "folderAsset"
Field Value
Type Description
System.String
| Improve this Doc View Source

GuidName

Declaration
public const string GuidName = "guid"
Field Value
Type Description
System.String
| Improve this Doc View Source

LicenseTypeName

Declaration
public const string LicenseTypeName = "licenseType"
Field Value
Type Description
System.String
| Improve this Doc View Source

TimeCreatedName

Declaration
public const string TimeCreatedName = "timeCreated"
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

GUID

Declaration
public readonly UnityGuid GUID { get; }
Property Value
Type Description
UnityGuid
| Improve this Doc View Source

HasLicenseData

Declaration
public readonly bool HasLicenseData { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Importer

Declaration
public readonly IUnityObjectBase Importer { get; }
Property Value
Type Description
IUnityObjectBase
| Improve this Doc View Source

IsFolderAsset

Declaration
public readonly bool IsFolderAsset { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

ExportYamlDocument(IExportContainer)

Declaration
public readonly YamlDocument ExportYamlDocument(IExportContainer container)
Parameters
Type Name Description
IExportContainer container
Returns
Type Description
YamlDocument
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾