AnimancerState.

AppendPlayingMessage(StringBuilder, AnimancerState) Method

Summary

Appends a message indicating that the `state` is now playing.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerState

Syntax

public static void AppendPlayingMessage(StringBuilder text, AnimancerState state)

Parameters

Name Type Description
text StringBuilder
state AnimancerState

Return Value

Type Description
void