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