GameAssetDictionaryIdAttribute

Namespace: Murder.Attributes
Assembly: Murder.dll

public class GameAssetDictionaryIdAttribute : Attribute

This is an attribute used for a dictionary with a guid on both the key and values.

Implements: Attribute

⭐ Constructors

public GameAssetDictionaryIdAttribute(Type key, Type value)

Creates a new GameAssetDictionaryIdAttribute.

Parameters
key Type
value Type

⭐ Properties

Key

public readonly Type Key;

The type of the game asset key.

Returns
Type

TypeId

public virtual Object TypeId { get; }

Returns
Object

Value

public readonly Type Value;

The type of the game asset value.

Returns
Type