Table of Contents

Struct SkinGenerationParams

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
[EngineStruct("Skin_generation_params", false)]
public struct SkinGenerationParams
Inherited Members
Extension Methods

Constructors

SkinGenerationParams(int, UnderwearTypes, int, int, int, int, bool, float, int, int, bool, bool)

public SkinGenerationParams(int skinMeshesVisibilityMask, Equipment.UnderwearTypes underwearType, int bodyMeshType, int hairCoverType, int beardCoverType, int bodyDeformType, bool prepareImmediately, float faceDirtAmount, int gender, int race, bool useTranslucency, bool useTesselation)

Parameters

skinMeshesVisibilityMask int
underwearType Equipment.UnderwearTypes
bodyMeshType int
hairCoverType int
beardCoverType int
bodyDeformType int
prepareImmediately bool
faceDirtAmount float
gender int
race int
useTranslucency bool
useTesselation bool

Fields

_beardCoverType

public int _beardCoverType

Field Value

int

_bodyDeformType

public int _bodyDeformType

Field Value

int

_bodyMeshType

public int _bodyMeshType

Field Value

int

_faceDirtAmount

public float _faceDirtAmount

Field Value

float

_gender

public int _gender

Field Value

int

_hairCoverType

public int _hairCoverType

Field Value

int

_prepareImmediately

public bool _prepareImmediately

Field Value

bool

_race

public int _race

Field Value

int

_skinMeshesVisibilityMask

public int _skinMeshesVisibilityMask

Field Value

int

_underwearType

public Equipment.UnderwearTypes _underwearType

Field Value

Equipment.UnderwearTypes

_useTesselation

public bool _useTesselation

Field Value

bool

_useTranslucency

public bool _useTranslucency

Field Value

bool

Methods

Create()

public static SkinGenerationParams Create()

Returns

SkinGenerationParams

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).