AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class FunctionReference

    Contains a reference to a MonoBehaviour method and its metadata.

    Inheritance
    object
    FunctionReference
    Namespace: Glitch9.AIDevKit.Components
    Assembly: .dll
    Syntax
    [Serializable]
    public class FunctionReference

    Properties

    Description

    Optional description of the method.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    string

    MethodName

    The method name to invoke.

    Declaration
    public string MethodName { get; }
    Property Value
    Type Description
    string

    Parameters

    List of input parameters for the method.

    Declaration
    public List<FunctionParameter> Parameters { get; }
    Property Value
    Type Description
    List<FunctionParameter>

    Target

    The MonoBehaviour target where the method exists.

    Declaration
    public MonoBehaviour Target { get; }
    Property Value
    Type Description
    MonoBehaviour
    In this article
    Back to top Generated by DocFX