SetSources(List<ConstraintSource>)
Sets the list of sources on the component.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public void SetSources(List<ConstraintSource> sources)
Parameters
The list of sources to set.
Remarks
Throws ArgumentNullException, if the list of sources is null.