DebugConsole.consoleAnimator
public Animator consoleAnimator { get; set; }Description#
Animator used to control show/hide animations.
Usage#
Example
using NullSave.GDTK;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(DebugConsole target) { Animator result = target.consoleAnimator; }
}