CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ GetSubType()

static Type GetSubType ( [NotNull] Path path,
Int64 fileId )
static

Gets the type of a sub asset by the main asset's path and the local file ID of the sub-asset.

Parameters
pathPath to an asset.
fileIdLocal file ID of the sub-asset.
Returns
Type of the SubAsset, or null.
See also