Class CraftedDataView
- Namespace
- TaleWorlds.MountAndBlade.View
- Assembly
- TaleWorlds.MountAndBlade.View.dll
public class CraftedDataView
- Inheritance
-
CraftedDataView
- Inherited Members
Constructors
CraftedDataView(WeaponDesign)
public CraftedDataView(WeaponDesign craftedData)
Parameters
craftedData
WeaponDesign
Properties
CraftedData
public WeaponDesign CraftedData { get; }
Property Value
HolsterMesh
public MetaMesh HolsterMesh { get; }
Property Value
HolsterMeshWithWeapon
public MetaMesh HolsterMeshWithWeapon { get; }
Property Value
NonBatchedHolsterMesh
public MetaMesh NonBatchedHolsterMesh { get; }
Property Value
NonBatchedHolsterMeshWithWeapon
public MetaMesh NonBatchedHolsterMeshWithWeapon { get; }
Property Value
NonBatchedWeaponMesh
public MetaMesh NonBatchedWeaponMesh { get; }
Property Value
WeaponMesh
public MetaMesh WeaponMesh { get; }
Property Value
Methods
BuildHolsterMesh(WeaponDesign)
public static MetaMesh BuildHolsterMesh(WeaponDesign craftedData)
Parameters
craftedData
WeaponDesign
Returns
BuildHolsterMeshWithWeapon(WeaponDesign, float, bool)
public static MetaMesh BuildHolsterMeshWithWeapon(WeaponDesign craftedData, float pivotDiff, bool batchAllMeshes)
Parameters
craftedData
WeaponDesignpivotDiff
floatbatchAllMeshes
bool
Returns
BuildWeaponMesh(WeaponDesign, float, bool, bool)
public static MetaMesh BuildWeaponMesh(WeaponDesign craftedData, float pivotDiff, bool pieceTypeHidingEnabledForHolster, bool batchAllMeshes)
Parameters
craftedData
WeaponDesignpivotDiff
floatpieceTypeHidingEnabledForHolster
boolbatchAllMeshes
bool
Returns
Clear()
public void Clear()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).