Search Results for

    Show / Hide Table of Contents

    Class RoadNetworkStorage

    Inheritance
    System.Object
    RoadNetworkStorage
    Implements
    IRoadNetworkDynamicEditable
    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.RoadNetwork.Data
    Assembly: cs.temp.dll.dll
    Syntax
    public class RoadNetworkStorage : IRoadNetworkDynamicEditable

    Properties

    FactoryVersion

    自動生成で作成されたときのバージョン. これが現在のバージョンよりも古い場合はデータが古い可能性がある. RoadNetworkFactory.FactoryVersion参照

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

    PrimitiveDataStorage

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

    Methods

    FinalizeStorage()

    Declaration
    public void FinalizeStorage()

    InitializeStorage()

    ストレージの初期化

    Declaration
    public void InitializeStorage()

    Explicit Interface Implementations

    IRoadNetworkDynamicEditable.ClearAll()

    Declaration
    void IRoadNetworkDynamicEditable.ClearAll()

    Implements

    IRoadNetworkDynamicEditable
    In This Article
    Back to top PLATEAU SDK for Unity