public Animations.ConstraintSource GetSource (int index);

Parámetros

indexThe index of the source.

Valor de retorno

ConstraintSource The source object and its weight.

Descripción

Gets a constraint source by index.

Throws InvalidOperationException, if the list of sources is empty. Throws ArgumentOutOfRangeException, if the index is invalid.