Click or drag to resize
TetrapodCharacterizationTemplatePerformChangeOnAllSettings Method

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void PerformChangeOnAllSettings(
	TetrapodCharacterizationTemplateBodyPartSettingsMutator mutator
)

Parameters

mutator
Type: Candlelight.PhysicsTetrapodCharacterizationTemplateBodyPartSettingsMutator
A method to create a new TetrapodCharacterizationTemplateBodyPartSettings struct from an existing backing field value, which will then replace the backing field values.
See Also