DirectionalSet<T>.

AddTo(List<T>) Method

Summary

Adds all objects from this set to the `values`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
DirectionalSet<T>

Syntax

public void AddTo(List<T> values)

Parameters

Name Type Description
values List<T>

Return Value

Type Description
void