void ClearParameters()

book_4_sparkGenerated
code_blocksInput

Description

The ClearParameters method is a member of the SkinnedModelRenderer class. It is used to remove any stored parameters associated with the skinned model renderer. This can be useful when you want to reset the parameters to their default state or clear any custom settings that have been applied.

Usage

To use the ClearParameters method, you need to have an instance of the SkinnedModelRenderer class. Once you have the instance, you can call the method directly to clear the parameters.

Example

// Assuming 'renderer' is an instance of SkinnedModelRenderer
renderer.ClearParameters();