JobModifierGroup.

GatherAllModifiers(HashSet<Behaviour>, IEnumerable) Method

Summary

Gathers all registered modifier components in the specified `list`.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion.Modifiers
Containing Type
JobModifierGroup

Syntax

public void GatherAllModifiers(HashSet<Behaviour> modifiers, IEnumerable list)

Parameters

Name Type Description
modifiers HashSet<Behaviour>
list IEnumerable

Return Value

Type Description
void