Class AIDevKitComponent
Inheritance
object
AIDevKitComponent
Assembly: .dll
Syntax
public abstract class AIDevKitComponent : MonoBehaviour
Fields
debugMode
Declaration
Field Value
onError
Declaration
protected UnityEvent<string> onError
Field Value
Type |
Description |
UnityEvent<string> |
|
Methods
OnError(Exception)
Declaration
protected void OnError(Exception error)
Parameters
Type |
Name |
Description |
Exception |
error |
|
OnError(string)
Declaration
protected void OnError(string message)
Parameters
Type |
Name |
Description |
string |
message |
|