C# Class AnimatorNotPresentException, Unity-Free-Flight

Inheritance: UnityEngine.UnityException
显示文件 Open project: NickolausDS/Unity-Free-Flight

Public Methods

Method Description
AnimatorNotPresentException ( ) : System
AnimatorNotPresentException ( string message ) : System
AnimatorNotPresentException ( string message, Exception inner ) : System

Method Details

AnimatorNotPresentException() public method

public AnimatorNotPresentException ( ) : System
return System

AnimatorNotPresentException() public method

public AnimatorNotPresentException ( string message ) : System
message string
return System

AnimatorNotPresentException() public method

public AnimatorNotPresentException ( string message, Exception inner ) : System
message string
inner Exception
return System