DirectionalSet<T>.

Set(int, T) Method

Summary

Sets the object associated with the specified `direction`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
DirectionalSet<T>

Syntax

public abstract void Set(int direction, T value)

Parameters

Name Type Description
direction int
value T

Return Value

Type Description
void