docs.unity3d.com
    Show / Hide Table of Contents

    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)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023