Class ItemEntityConfig
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ItemEntityConfig", "0329a7019fdf1e54c13e82e6be673b9608205478afdadf5a1d82a0ef72a41621")]
public sealed record ItemEntityConfig : IEquatable<ItemEntityConfig>
- Inheritance
-
ItemEntityConfig
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<ItemEntityConfig> Codec { get; }
Property Value
- Codec<ItemEntityConfig>
Lifetime
public float? Lifetime { get; init; }
Property Value
- float?
ParticleColor
public string? ParticleColor { get; init; }
Property Value
- string
ParticleSystemId
public string? ParticleSystemId { get; init; }
Property Value
- string
Physics
public PhysicsValues? Physics { get; init; }
Property Value
- PhysicsValues
PickupRadius
public float? PickupRadius { get; init; }
Property Value
- float?
ShowItemParticles
public bool ShowItemParticles { get; init; }
Property Value
- bool