Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSources(List<ConstraintSource>)

Sets the list of sources on the component.
Read time 1 minuteLast updated 6 days ago

Definition

public void SetSources(List<ConstraintSource> sources)

Parameters

The list of sources to set.

Remarks

Throws ArgumentNullException, if the list of sources is null.