Struct AssetImporter.SourceAssetIdentifier
Assembly: UnityEditor.dll
Syntax
public struct SourceAssetIdentifier
Constructors
|
Improve this Doc
View Source
SourceAssetIdentifier(Type, String)
Declaration
public SourceAssetIdentifier(Type type, string name)
Parameters
|
Improve this Doc
View Source
SourceAssetIdentifier(Object)
Declaration
public SourceAssetIdentifier(Object asset)
Parameters
Type |
Name |
Description |
Object |
asset |
|
Fields
|
Improve this Doc
View Source
name
Declaration
Field Value
|
Improve this Doc
View Source
type
Declaration
Field Value
Extension Methods