docs.unity3d.com
    显示 / 隐藏目录

    Interface IReasoningAPI

    Interface that all Reasoning APIs implement to communicate with the backend.

    Inherited Members
    IProvidesTraits.GetProvidedTraits()
    Namespace: Unity.MARS.Data
    Syntax
    public interface IReasoningAPI : IProvidesTraits

    Properties

    processSceneInterval

    Declaration
    float processSceneInterval { get; }
    Property Value
    Type Description
    Single

    Methods

    ProcessScene()

    In here, a Reasoning API should do large-scale processing of a scene to make new data

    Declaration
    void ProcessScene()

    Setup()

    One-time setup for a Reasoning API which allows usage of Functionality Injection methods

    Declaration
    void Setup()

    TearDown()

    One-time tear down for a Reasoning API

    Declaration
    void TearDown()

    UpdateData()

    In here, a Reasoning API should update the properties of any bits of data it created or altered

    Declaration
    void UpdateData()

    Extension Methods

    IReasoningAPIMethods.ChangeProcessSceneInterval(IReasoningAPI)
    返回到顶部
    Copyright © 2023 Unity Technologies — 商标和使用条款
    • 法律条款
    • 隐私政策
    • Cookie
    • 不要出售或分享我的个人信息
    • Your Privacy Choices (Cookie Settings)