SequenceState.

Set(ITransition[]) Method

Summary

Replaces the child states with new ones created from the `transitions`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
SequenceState

Syntax

public void Set(params ITransition[] transitions)

Parameters

Name Type Description
transitions ITransition[]

Return Value

Type Description
void