Search Results for

    Show / Hide Table of Contents

    Class DatasetSourceConfigLocal

    ローカルインポートで利用するDatasetSourceの設定です。

    Inheritance
    System.Object
    DatasetSourceConfigLocal
    Implements
    IDatasetSourceConfig
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.Dataset
    Assembly: cs.temp.dll.dll
    Syntax
    public class DatasetSourceConfigLocal : IDatasetSourceConfig

    Constructors

    DatasetSourceConfigLocal(String)

    Declaration
    public DatasetSourceConfigLocal(string localSourcePath)
    Parameters
    Type Name Description
    System.String localSourcePath

    インポート元のパスです。

    Properties

    LocalSourcePath

    Declaration
    public string LocalSourcePath { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IDatasetSourceConfig
    In This Article
    Back to top PLATEAU SDK for Unity