docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IFileSystemEndpoint

    An interface defined for endpoints that serialize to the file system.

    Namespace: UnityEngine.Perception.GroundTruth.Consumers
    Assembly: Unity.Perception.Runtime.dll
    Syntax
    public interface IFileSystemEndpoint

    Properties

    basePath

    The base path the endpoint will write to

    Declaration
    string basePath { get; set; }
    Property Value
    Type Description
    string

    currentPath

    The runtime directory that the dataset will be written to. This directory may be different from the basePath in cases where the basePath has already been taken before the endpoint has been initialized.

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

    defaultPath

    The default path the endpoint will write to

    Declaration
    string defaultPath { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)