Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssetImporter.SourceAssetIdentifier

Represents a unique identifier for a sub-asset embedded in an imported Asset (such as an FBX file).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Struct
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public struct AssetImporter.SourceAssetIdentifier

Fields

Value

Description

nameThe name of the Asset.
typeThe type of the Asset.

Constructors

Constructor

Description

SourceAssetIdentifier(System.Type,System.String)Constructs a SourceAssetIdentifier.
SourceAssetIdentifier(UnityEngine.Object)Constructs a SourceAssetIdentifier.