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