Show / Hide Table of Contents

Struct AssetImporter.SourceAssetIdentifier

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public struct SourceAssetIdentifier

Constructors

| Improve this Doc View Source

SourceAssetIdentifier(Type, String)

Declaration
public SourceAssetIdentifier(Type type, string name)
Parameters
Type Name Description
Type type
String name
| 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
public string name
Field Value
Type Description
String
| Improve this Doc View Source

type

Declaration
public Type type
Field Value
Type Description
Type

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX