Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ArtifactKey

Construct an ArtifactKey.
Read time 1 minuteLast updated 12 days ago

Definition

ArtifactKey(GUID)

Construct an ArtifactKey.
public ArtifactKey(GUID guid)

Parameters

guid

GUID
The guid.

ArtifactKey(GUID, Type)

Construct an ArtifactKey.
public ArtifactKey(GUID guid, Type importerType)

Parameters

guid

GUID
The guid.

importerType

The managed type of the importer.