This version of Unity is unsupported.

IConstraint.GetSources

Declaration

public void GetSources(List<ConstraintSource> sources);

Parameters

sources The list of sources to be filled by the component.

Description

Gets the list of sources.

Throws ArgumentNullException, if the list of sources is null.