Summary
Creates a new
Animancer.AnimancerEvent.Sequence
and copies the contents of `copyFrom` into it.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerEvent
.Sequence
Syntax
public Sequence(AnimancerEvent.Sequence copyFrom)
Remarks
To copy into an existing sequence, use
Animancer.AnimancerEvent.Sequence.CopyFrom(Animancer.AnimancerEvent.Sequence)
instead.Parameters
Name | Type | Description |
---|---|---|
copyFrom | AnimancerEvent |
Return Value
Type | Description |
---|---|
void |