Class SupplyCrateInfo
- Namespace
- Uncreated.Warfare.FOBs.SupplyCrates
- Assembly
- Uncreated.Warfare.dll
public class SupplyCrateInfo : IBuildableFobEntityInfo
- Inheritance
-
SupplyCrateInfo
- Implements
- Inherited Members
Properties
Icon
public string? Icon { get; set; }
Property Value
IconOffset
public Vector3 IconOffset { get; set; }
Property Value
- Vector3
MaxStackHeight
public int MaxStackHeight { get; set; }
Property Value
MaxStackWidth
public int MaxStackWidth { get; set; }
Property Value
PlacementEffect
public required IAssetLink<EffectAsset> PlacementEffect { get; set; }
Property Value
- IAssetLink<EffectAsset>
StackAxis
The axis that is perpendicular with the stack's front/back.
public SnapAxis StackAxis { get; set; }
Property Value
- SnapAxis
StartingSupplies
public int StartingSupplies { get; set; }
Property Value
SupplyItemAsset
public required IAssetLink<ItemPlaceableAsset> SupplyItemAsset { get; set; }
Property Value
- IAssetLink<ItemPlaceableAsset>
SupplyRadius
public int SupplyRadius { get; set; }
Property Value
Type
public SupplyType Type { get; set; }