AnimancerEvent.Sequence.

AnimancerEvent.

Capacity Property

Summary

[Pro-Only] The size of the internal array used to hold events.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public int Capacity { get; set; }

Remarks

When set, the array is reallocated to the given size.

By default, the Animancer.AnimancerEvent.Sequence.Capacity starts at 0 and increases to the Animancer.AnimancerEvent.Sequence.DefaultCapacity when the first event is added.

Value

Type Description
int