Class NodeMetadataCache
Metadata Cache of Nodes that passed all validations.
Inherited Members
Namespace: UnityEngine.Importer
Assembly: Unity.Importer.dll
Syntax
public static class NodeMetadataCache
Properties
Cache
Metadata Cache of Nodes that passed all validations.
Declaration
public static IReadOnlyDictionary<Type, NodeMetadataAttribute> Cache { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<Type, NodeMetadataAttribute> |
IsCacheValid
Is the current NodeMetadataCache valid?
Declaration
public static bool IsCacheValid { get; }
Property Value
Type | Description |
---|---|
bool |