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 re-allocated to the given size.
If not specified in the constructor, this value starts at 0
and increases to the
Animancer.AnimancerEvent.Sequence.DefaultCapacity when the first event is added.
Value
| Type | Description |
|---|---|
| int |