Table of Contents

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

string

IconOffset

public Vector3 IconOffset { get; set; }

Property Value

Vector3

MaxStackHeight

public int MaxStackHeight { get; set; }

Property Value

int

MaxStackWidth

public int MaxStackWidth { get; set; }

Property Value

int

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

int

SupplyItemAsset

public required IAssetLink<ItemPlaceableAsset> SupplyItemAsset { get; set; }

Property Value

IAssetLink<ItemPlaceableAsset>

SupplyRadius

public int SupplyRadius { get; set; }

Property Value

int

Type

public SupplyType Type { get; set; }

Property Value

SupplyType