ApplyCurrentMorphValuesToNew...

ModularCharacterManager.ApplyCurrentMorphValuesToNewWearableMesh

Declaration public void ApplyCurrentMorphValuesToNewWearableMesh(Wearable _newWearable, SkinnedMeshRenderer _newWearableMesh);

Parameters

Parameter
Description

Wearable _newWearable

The Wearable to transfer the Character Morph values to.

SkinnedMeshRenderer _newWearableMesh

The Skinned Mesh for the Wearable

Description The public function to transfer current morph values to a specified Wearable

Last updated