Struct AssetResultData
Asset data generated by the build
Inherited Members
Namespace: UnityEditor.Build.Pipeline.Interfaces
Assembly: Unity.ScriptableBuildPipeline.Editor.dll
Syntax
public struct AssetResultData
Fields
Guid
Asset GUID
Declaration
public GUID Guid
Field Value
Type | Description |
---|---|
GUID |
Hash
Asset hash
Declaration
public Hash128 Hash
Field Value
Type | Description |
---|---|
Hash128 |
IncludedObjects
Objects included with this asset
Declaration
public List<ObjectIdentifier> IncludedObjects
Field Value
Type | Description |
---|---|
List<ObjectIdentifier> |
ObjectTypes
Map of Object IDs to their various types
Declaration
public Dictionary<ObjectIdentifier, Type[]> ObjectTypes
Field Value
Type | Description |
---|---|
Dictionary<ObjectIdentifier, Type[]> |
ReferencedObjects
Objects referenced by this asset
Declaration
public List<ObjectIdentifier> ReferencedObjects
Field Value
Type | Description |
---|---|
List<ObjectIdentifier> |