StateMachineUtilities Class

Summary

[Editor-Only] Utilities used by the Animancer.FSM system.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["StateMachineUtilities"] class Type type-node

Syntax

public static class StateMachineUtilities

Remarks

Documentation: Finite State Machines

Methods

Name Value Summary
DoGenericField<T>(Rect, string, T) T
Draws a GUI field for the `value`.
static
NextVerticalArea(Rect) void
If the UnityEngine.Rect.height is positive, this method moves the UnityEngine.Rect.y by that amount and adds the UnityEditor.EditorGUIUtility.standardVerticalSpacing.
static