This is the old Animancer v7.4 documentation. Click here for the latest version.

TransitionPreviewWindow.

OpenOrClose(SerializedProperty) Method

Summary

Focusses the Animancer.Editor.TransitionPreviewWindow or creates one if none exists. Or closes the existing window if it was already previewing the `transitionProperty`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TransitionPreviewWindow

Syntax

public static void OpenOrClose(SerializedProperty transitionProperty)

Parameters

Name Type Description
transitionProperty SerializedProperty

Return Value

Type Description
void