/ CometEngine / Animator / GetCurrentStateCometEngineAnimatorStateInfo

GetCurrentState(CometEngine.AnimatorStateInfo)

Type:
METHOD

Description:
Returns true if there is a current state

Example:
using System;
using CometEngine;

class Ball : CometBehaviour
{

	// Called before first frame
	public void Start()
	{

	}

	// Called Every Frame
	public void Update()
	{
	}
}
GetCurrentStateCometEngineAnimatorStateInfo.cs