This is the old Animancer v7.4 documentation. Click here for the latest version.

WeightedMaskLayersDefinition.

IndexOf(int, int) Method

Summary

Calculates the index in the Animancer.WeightedMaskLayersDefinition.Weights corresponding to the specified values.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
WeightedMaskLayersDefinition

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public int IndexOf(int groupIndex, int transformIndex)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
groupIndex int
transformIndex int

Return Value

Type Description
int