GameAssetIdInfo
Namespace: Murder.Attributes
Assembly: Murder.dll
public sealed struct GameAssetIdInfo
⭐ Constructors
public GameAssetIdInfo(Type t, bool allowInheritance)
Parameters
t
Type
allowInheritance
bool
⭐ Properties
AllowInheritance
public readonly bool AllowInheritance;
Whether it should look for all assets that inherit from this asset.
Returns
bool
AssetType
public readonly Type AssetType;
The type of the game asset.
Returns
Type
⚡