AnimancerEvent.Sequence.

AnimancerEvent.

Sequence(AnimancerEvent.Sequence) Constructor

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.Sequence

Return Value

Type Description
void