This is the old Animancer v7.4 documentation. Click here for the latest version.

LazyStack<T>.

LazyStack(int) Constructor

Summary

Creates a new Animancer.LazyStack`1 with the specified internal list capacity.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
LazyStack<T>

Syntax

public LazyStack(int capacity)

Parameters

Name Type Description
capacity int

Return Value

Type Description
void